cf_make_compute_shader_from_source¶
Category: graphics
GitHub: cute_graphics.h
Creates a compute shader from a GLSL 450 source string.
| Parameters | Description |
|---|---|
src |
The compute shader source as a C-string. |
Remarks¶
The source must follow the compute shader resource set layout described in cf_make_compute_shader.
Related Pages¶
CF_ComputeShader
cf_make_compute_shader
cf_dispatch_compute
cf_make_compute_shader_from_bytecode
cf_destroy_compute_shader