mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-18 10:48:28 +00:00
render: first shot at reworking opengl backend for new batching system.
This commit is contained in:
parent
5fb67f9f55
commit
55cb9966db
2 changed files with 547 additions and 480 deletions
File diff suppressed because it is too large
Load diff
|
@ -23,6 +23,7 @@
|
||||||
/* OpenGL shader implementation */
|
/* OpenGL shader implementation */
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
SHADER_INVALID = -1,
|
||||||
SHADER_NONE,
|
SHADER_NONE,
|
||||||
SHADER_SOLID,
|
SHADER_SOLID,
|
||||||
SHADER_RGB,
|
SHADER_RGB,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue