Struct ShaderInputBytecode
Structure containing SPIR-V bytecode, as well as mappings from input attribute locations to semantics.
[DataContract]
public struct ShaderInputBytecode
- Inherited Members
Fields
Data
public byte[] Data
Field Value
- byte[]
InputAttributeNames
public Dictionary<int, string> InputAttributeNames
Field Value
ResourceBindings
public Dictionary<string, int> ResourceBindings