Click or drag to resize
AB4D logo

RenderTextureRenderingStep(RenderTextureRenderingStepTextureChannelsCount, String, String) Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
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