|
SimpleResolveStereoscopicImagesRenderingStep Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public SimpleResolveStereoscopicImagesRenderingStep(
string name,
Action<RenderingContext> applyPixelShaderAction,
string description = null
)
Parameters
- name String
- name
- applyPixelShaderAction ActionRenderingContext
- Action that takes RenderingContext as parameter and binds the pixel shader and sets its constant buffers (LeftEyeShaderResourceView and RightEyeShaderResourceView are already bind to slots 0 and 1). This parameter must not be null.
- description String (Optional)
- description
See Also