Table of Contents

Struct ShaderInputBytecode

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll

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

Dictionary<int, string>

ResourceBindings

public Dictionary<string, int> ResourceBindings

Field Value

Dictionary<string, int>