mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed macOS build
This commit is contained in:
parent
9fac7d7eb0
commit
de209c81d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1300,7 +1300,7 @@ static const float TEXTURETYPE_NV12 = 2;
|
|||
static const float TEXTURETYPE_NV21 = 3;
|
||||
static const float TEXTURETYPE_YUV = 4;
|
||||
|
||||
static const float INPUTTYPE_UNSPECIFIED = 0;
|
||||
//static const float INPUTTYPE_UNSPECIFIED = 0;
|
||||
static const float INPUTTYPE_SRGB = 1;
|
||||
static const float INPUTTYPE_SCRGB = 2;
|
||||
static const float INPUTTYPE_HDR10 = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue