vkd3d  1.3
The vkd3d 3D Graphics Library
Data Fields
vkd3d_shader_signature Struct Reference

Description of a shader input or output signature. More...

#include <vkd3d_shader.h>

Collaboration diagram for vkd3d_shader_signature:
Collaboration graph
[legend]

Data Fields

struct vkd3d_shader_signature_elementelements
 Pointer to an array of varyings.
 
unsigned int element_count
 Size, in elements, of elements.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: