CF_ShaderBytecode¶
Category: graphics
GitHub: cute_shader_bytecode.h
A SPIR-V shader bytecode blob.
Struct Members | Description |
---|---|
const uint8_t* content |
The SPIR-V bytecode. |
size_t size |
Size of the bytecode blob. |
CF_ShaderInfo shader_info |
Shader reflection info. |
Remarks¶
This can be created either through cf_compile_shader_to_bytecode or the cute-shaderc
compiler.
Related Pages¶
CF_Shader
cf_make_shader_from_bytecode
cf_compile_shader_to_bytecode