 |
BeginRenderPassRenderingStep Class |
BeginRenderPassRenderingStep begins rendering by first calling vkBeginCommandBuffer on the renderingContext.CurrentCommandBuffer,
then calling vkCmdBeginRenderPass and finally calling the vkCmdSetViewport and vkCmdSetScissor.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.RenderingStepsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic sealed class BeginRenderPassRenderingStep : RenderingStep
The BeginRenderPassRenderingStep type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | AlphaPreMultiplyBackgroundColor |
Gets or sets a Boolean that specifies if Background color is alpha-premultipled before it is used to clear the back buffer. Default value is true.
|
 | AutomaticallyEndPreviouslyStartedRenderingPass |
Gets or sets a Boolean that specifies if previously started rendering pass is automatically ended (if any is started) before starting a new rendering pass.
Default value is false.
|
 | CustomBackgroundColor |
When CustomBackgroundColor is set (is not null), then this color is used to clear the frame buffers (the color is not alpha-premultiplied).
When the value is not set, then BackgroundColor from current SceneView is used.
|
 | CustomDepthClearValue |
When CustomDepthClearValue is set (is not null), then its value is used to clear the depth buffer.
When not set, then 1.0f value is used.
|
 | CustomFramebuffer |
When set and when also CustomRenderPass is set, this CustomRenderPass is started by this RenderingStep.
|
 | CustomGpuRenderPass |
When set, then this GpuRenderPass is started by this RenderingStep.
|
 | CustomRenderPass |
When set and when also CustomFramebuffer is set, this RenderPass is started by this RenderingStep.
|
 | CustomStencilClearValue |
When CustomDepthStencilClearColor is set (is not null), then its value is used to clear the stencil buffer.
When not set, then 0 value is used.
|
Top
Methods
See Also