mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 17:07:39 +00:00
gpu: Update GPU support queries to better match naming conventions
This commit is contained in:
parent
d21c1de651
commit
16ff7503b7
5 changed files with 13 additions and 13 deletions
|
@ -192,6 +192,8 @@ SDL3_0.0.0 {
|
|||
SDL_GL_SetSwapInterval;
|
||||
SDL_GL_SwapWindow;
|
||||
SDL_GL_UnloadLibrary;
|
||||
SDL_GPUSupportsProperties;
|
||||
SDL_GPUSupportsShaderFormats;
|
||||
SDL_GPUTextureFormatTexelBlockSize;
|
||||
SDL_GPUTextureSupportsFormat;
|
||||
SDL_GPUTextureSupportsSampleCount;
|
||||
|
@ -675,8 +677,6 @@ SDL3_0.0.0 {
|
|||
SDL_PushGPUVertexUniformData;
|
||||
SDL_PutAudioStreamData;
|
||||
SDL_QueryGPUFence;
|
||||
SDL_QueryGPUSupport;
|
||||
SDL_QueryGPUSupportWithProperties;
|
||||
SDL_Quit;
|
||||
SDL_QuitSubSystem;
|
||||
SDL_RaiseWindow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue