Opened 2 years ago
Closed 10 months ago
#14961 closed feature request (fixed)
TINYGL: glScissor is not implemented in TinyGL
| Reported by: | neuromancer | Owned by: | neuromancer |
|---|---|---|---|
| Priority: | normal | Component: | Graphics |
| Version: | Keywords: | tinygl | |
| Cc: | Game: |
Description
glScissor is not implemented in TinyGL. There is a function header, but the code is empty. Unfortunately, I cannot find reference implementation for this function.
Beyond Freescape, other engines will benefit from having this function: https://github.com/search?q=repo%3Ascummvm%2Fscummvm%20tglScissor&type=code
Change History (2)
comment:1 by , 14 months ago
comment:2 by , 10 months ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
This was already fixed in https://github.com/scummvm/scummvm/pull/6575 by @lephilousophe
Note:
See TracTickets
for help on using tickets.

@cmd05 started to work on this issue: https://github.com/scummvm/scummvm/pull/6412