Class DirectXCompiledShader
Inheritance
System.Object
DirectXCompiledShader
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()
Assembly: AssetRipper.Export.Modules.Shaders.dll
Syntax
public class DirectXCompiledShader
Constructors
|
Improve this Doc
View Source
DirectXCompiledShader(Stream)
Declaration
public DirectXCompiledShader(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Fields
|
Improve this Doc
View Source
blockCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
blockDatas
Declaration
public byte[][] blockDatas
Field Value
Type |
Description |
System.Byte[][] |
|
|
Improve this Doc
View Source
blockOffsets
Declaration
public int[] blockOffsets
Field Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
blocks
Declaration
public ShaderBlock[] blocks
Field Value
|
Improve this Doc
View Source
hash
Declaration
Field Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
size
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
version
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
Isgn
Declaration
public ISGN Isgn { get; }
Property Value
|
Improve this Doc
View Source
Osgn
Declaration
public OSGN Osgn { get; }
Property Value
|
Improve this Doc
View Source
Shdr
Declaration
public SHDR Shdr { get; }
Property Value