CF_ComputeShader¶
Category: graphics
GitHub: cute_graphics.h
An opaque handle representing a compute shader.
Remarks¶
A compute shader is a program that runs on the GPU outside the graphics pipeline. Compute shaders are only available on SDL_GPU backends (not GLES3).
Related Pages¶
cf_dispatch_compute
cf_make_compute_shader
cf_destroy_compute_shader