Class SHDR
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 sealed class SHDR : ShaderBlock
Constructors
| Improve this Doc View SourceSHDR(Stream, ShaderBlock[])
Declaration
public SHDR(Stream stream, ShaderBlock[] blocks)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | |
ShaderBlock[] | blocks |
Fields
| Improve this Doc View SourceinstructionSize
Declaration
public int instructionSize
Field Value
Type | Description |
---|---|
System.Int32 |
majorVersion
Declaration
public int majorVersion
Field Value
Type | Description |
---|---|
System.Int32 |
minorVersion
Declaration
public int minorVersion
Field Value
Type | Description |
---|---|
System.Int32 |
shaderInstructions
Declaration
public List<SHDRInstruction> shaderInstructions
Field Value
Type | Description |
---|---|
List<SHDRInstruction> |
shaderType
Declaration
public Type shaderType
Field Value
Type | Description |
---|---|
Type |
Properties
| Improve this Doc View SourceFourCC
Declaration
public override string FourCC { get; }
Property Value
Type | Description |
---|---|
System.String |