Add SDL_SetGPUBlendConstants, SDL_SetGPUStencilReference (#10704)

This commit is contained in:
Caleb Cornett 2024-09-05 17:41:23 -05:00 committed by GitHub
parent 04a732881a
commit 2d4eb29c37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 383 additions and 189 deletions

View file

@ -778,8 +778,10 @@ SDL3_0.0.0 {
SDL_SetEventEnabled;
SDL_SetEventFilter;
SDL_SetFloatProperty;
SDL_SetGPUBlendConstants;
SDL_SetGPUBufferName;
SDL_SetGPUScissor;
SDL_SetGPUStencilReference;
SDL_SetGPUSwapchainParameters;
SDL_SetGPUTextureName;
SDL_SetGPUViewport;