DirectXStructureInfo Description sealed class Tinman.Engine.API.DirectXStructureInfo Represents the shader metadata that the HLSL compiler writes into the Resource bind info for… section of Assembler Output / *.asm files. Public / Constructors DirectXStructureInfo public constructor DirectXStructureInfo → (2) name in : string [not-empty] See Name. size in : int32 [>0] See Size. Creates a new instance of DirectXStructureInfo. Public / Attributes Name public readonly attribute Name → (string) The structure name resp. name of the structured buffer resource. Size public readonly attribute Size → (int32) The structure size, in bytes. DirectXShaderInfo EGL