Property | Type | Description | |
---|---|---|---|
ComputeShader | |||
Defines | string | ||
DomainShader | |||
GeometryShader | |||
HullShader | |||
PixelShader | |||
VertexShader |
Method | Description | |
---|---|---|
UsdbEntry ( string defines, byte ps, byte vs, byte gs, byte hs, byte ds, byte cs ) : System |
Method | Description | |
---|---|---|
NullOrShaderBytecode ( byte array ) : |
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 | |
return | System |
public ShaderBytecode,Fusion.Drivers.Graphics ComputeShader | ||
return |
public ShaderBytecode,Fusion.Drivers.Graphics DomainShader | ||
return |
public ShaderBytecode,Fusion.Drivers.Graphics GeometryShader | ||
return |
public ShaderBytecode,Fusion.Drivers.Graphics HullShader | ||
return |
public ShaderBytecode,Fusion.Drivers.Graphics PixelShader | ||
return |