vkd3d
1.3
The vkd3d 3D Graphics Library
|
Description of a shader input or output signature. More...
#include <vkd3d_shader.h>
Data Fields | |
struct vkd3d_shader_signature_element * | elements |
Pointer to an array of varyings. | |
unsigned int | element_count |
Size, in elements, of elements. | |
Description of a shader input or output signature.
This structure is populated by vkd3d_shader_parse_input_signature().
The helper function vkd3d_shader_find_signature_element() will look up a varying element by its semantic name, semantic index, and stream index.