CF_ShaderInputInfo¶
Category: graphics
GitHub: cute_shader_bytecode.h
Information about an input of a vertex shader.
| Struct Members | Description |
|---|---|
const char* name |
Name of the input. |
int location |
Location of the input. |
CF_ShaderInfoDataType format |
Input format. |