C# Class ShaderCompiler.Core.VSInput

Inheritance: System.Attribute
Datei anzeigen Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Index int
Type VSInputTypes

Public Methods

Method Description
VSInput ( VSInputTypes type, int index ) : System

Method Details

VSInput() public method

public VSInput ( VSInputTypes type, int index ) : System
type VSInputTypes
index int
return System

Property Details

Index public_oe property

public int Index
return int

Type public_oe property

public VSInputTypes Type
return VSInputTypes