C# Class Fusion.Drivers.Graphics.Ubershader.UsdbEntry

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
ComputeShader ShaderBytecode
Defines string
DomainShader ShaderBytecode
GeometryShader ShaderBytecode
HullShader ShaderBytecode
PixelShader ShaderBytecode
VertexShader ShaderBytecode

Méthodes publiques

Méthode Description
UsdbEntry ( string defines, byte ps, byte vs, byte gs, byte hs, byte ds, byte cs ) : System

Private Methods

Méthode Description
NullOrShaderBytecode ( byte array ) : ShaderBytecode

Method Details

UsdbEntry() public méthode

public UsdbEntry ( string defines, byte ps, byte vs, byte gs, byte hs, byte ds, byte cs ) : System
defines string
ps byte
vs byte
gs byte
hs byte
ds byte
cs byte
Résultat System

Property Details

ComputeShader public_oe property

public ShaderBytecode,Fusion.Drivers.Graphics ComputeShader
Résultat ShaderBytecode

Defines public_oe property

public string Defines
Résultat string

DomainShader public_oe property

public ShaderBytecode,Fusion.Drivers.Graphics DomainShader
Résultat ShaderBytecode

GeometryShader public_oe property

public ShaderBytecode,Fusion.Drivers.Graphics GeometryShader
Résultat ShaderBytecode

HullShader public_oe property

public ShaderBytecode,Fusion.Drivers.Graphics HullShader
Résultat ShaderBytecode

PixelShader public_oe property

public ShaderBytecode,Fusion.Drivers.Graphics PixelShader
Résultat ShaderBytecode

VertexShader public_oe property

public ShaderBytecode,Fusion.Drivers.Graphics VertexShader
Résultat ShaderBytecode