Binds texture-sampler pairs for use on the vertex shader.
The textures must have been created with SDL_GPU_TEXTUREUSAGE_SAMPLER.
Be sure your shader is set up according to the requirements documented in SDL_CreateGPUShader().
a render pass handle.
the vertex sampler slot to begin binding from.
an array of texture-sampler binding structs.
the number of texture-sampler pairs to bind from the array.
SDL_CreateGPUShader
See Implementation
Binds texture-sampler pairs for use on the vertex shader.
The textures must have been created with SDL_GPU_TEXTUREUSAGE_SAMPLER.
Be sure your shader is set up according to the requirements documented in SDL_CreateGPUShader().