Class OSGN.Output
Inheritance
System.Object
OSGN.Output
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Export.Modules.Shaders.UltraShaderConverter.DirectXDisassembler.Blocks
Assembly: AssetRipper.Export.Modules.Shaders.dll
Syntax
public class Output
Constructors
| Improve this Doc View SourceOutput(BinaryReader)
Declaration
public Output(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | reader |
Fields
| Improve this Doc View Sourceformat
Declaration
public int format
Field Value
Type | Description |
---|---|
System.Int32 |
index
Declaration
public int index
Field Value
Type | Description |
---|---|
System.Int32 |
mask
Declaration
public byte mask
Field Value
Type | Description |
---|---|
System.Byte |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
nameIndex
Declaration
public int nameIndex
Field Value
Type | Description |
---|---|
System.Int32 |
register
Declaration
public int register
Field Value
Type | Description |
---|---|
System.Int32 |
sysValue
Declaration
public int sysValue
Field Value
Type | Description |
---|---|
System.Int32 |
usedMask
Declaration
public byte usedMask
Field Value
Type | Description |
---|---|
System.Byte |