Click or drag to resize
AB4D logo

RenderTextureRenderingStep(ShaderResourceView, Format, String, String) Constructor

Constructor

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