mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 23:49:12 +00:00
Add SDL_SetGPUBlendConstants, SDL_SetGPUStencilReference (#10704)
This commit is contained in:
parent
04a732881a
commit
2d4eb29c37
10 changed files with 383 additions and 189 deletions
|
@ -803,8 +803,10 @@
|
|||
#define SDL_SetEventEnabled SDL_SetEventEnabled_REAL
|
||||
#define SDL_SetEventFilter SDL_SetEventFilter_REAL
|
||||
#define SDL_SetFloatProperty SDL_SetFloatProperty_REAL
|
||||
#define SDL_SetGPUBlendConstants SDL_SetGPUBlendConstants_REAL
|
||||
#define SDL_SetGPUBufferName SDL_SetGPUBufferName_REAL
|
||||
#define SDL_SetGPUScissor SDL_SetGPUScissor_REAL
|
||||
#define SDL_SetGPUStencilReference SDL_SetGPUStencilReference_REAL
|
||||
#define SDL_SetGPUSwapchainParameters SDL_SetGPUSwapchainParameters_REAL
|
||||
#define SDL_SetGPUTextureName SDL_SetGPUTextureName_REAL
|
||||
#define SDL_SetGPUViewport SDL_SetGPUViewport_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue