mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
Add SDL_BindGPUComputeSamplers (#10778)
--------- Co-authored-by: Caleb Cornett <caleb.cornett@outlook.com>
This commit is contained in:
parent
323b60abf1
commit
2b8a349b26
10 changed files with 692 additions and 209 deletions
|
@ -54,6 +54,7 @@
|
|||
#define SDL_BindAudioStream SDL_BindAudioStream_REAL
|
||||
#define SDL_BindAudioStreams SDL_BindAudioStreams_REAL
|
||||
#define SDL_BindGPUComputePipeline SDL_BindGPUComputePipeline_REAL
|
||||
#define SDL_BindGPUComputeSamplers SDL_BindGPUComputeSamplers_REAL
|
||||
#define SDL_BindGPUComputeStorageBuffers SDL_BindGPUComputeStorageBuffers_REAL
|
||||
#define SDL_BindGPUComputeStorageTextures SDL_BindGPUComputeStorageTextures_REAL
|
||||
#define SDL_BindGPUFragmentSamplers SDL_BindGPUFragmentSamplers_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue