SDL_GPUShaderStage - Specifies which stage a shader program corresponds to.
Contents
Availability
This enum is available since SDL 3.2.0.
Name
SDL_GPUShaderStage - Specifies which stage a shader program corresponds to.
See Also
SDL_CreateGPUShader(3) Simple Directmedia Layer SDL 3.2.20 SDL_GPUShaderStage(3type)
Synopsis
#include<SDL3/SDL_gpu.h>typedefenumSDL_GPUShaderStage{SDL_GPU_SHADERSTAGE_VERTEX,SDL_GPU_SHADERSTAGE_FRAGMENT}SDL_GPUShaderStage;