|
RenderTextureRenderingStep(RenderTextureRenderingStepTextureChannelsCount, String, String) Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public RenderTextureRenderingStep(
RenderTextureRenderingStepTextureChannelsCount textureChannelsCount,
string name = "RenderTextureRenderingStep",
string description = null
)
Parameters
- textureChannelsCount RenderTextureRenderingStepTextureChannelsCount
- how many channels (colors) will be rendered with the RenderTextureRenderingStep
- name String (Optional)
- optional rendering step name
- description String (Optional)
- optional description
See Also