|
RenderTextureRenderingStep(ShaderResourceView, Format, String, String) Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public RenderTextureRenderingStep(
ShaderResourceView sourceTexture,
Format sourceTextureFormat,
string name = "RenderTextureRenderingStep",
string description = null
)
Parameters
- sourceTexture ShaderResourceView
- ShaderResourceView that will be rendered with this rendering step
- sourceTextureFormat Format
- Format of the texture to render
- name String (Optional)
- optional rendering step name
- description String (Optional)
- optional description
See Also