Click or drag to resize
Ab4d.SharpEngine logo

CompleteRenderingStep Properties

The CompleteRenderingStep type exposes the following members.

Properties
 NameDescription
Public propertyAutomaticallyEndPreviouslyStartedRenderingPass 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 true.
Public propertyIsEndingCommandBuffer Gets or sets a Boolean that specifies if this CompleteRenderingRenderingStep is ending the current command buffer (calling vkEndCommandBuffer). Default value is true.
Public propertyIsPresentingImage Gets or sets a Boolean that specifies if this CompleteRenderingRenderingStep is presenting the rendered image (calling vkQueuePresentKHR). Default value is true.
Public propertyIsSubmittingCommandBuffer Gets or sets a Boolean that specifies if this CompleteRenderingRenderingStep is submitting the current command buffer (calling vkQueueSubmit). Default value is true.
Public propertyIsWaitingUntilRendered Gets or sets a Boolean that specified if this CompleteRenderingRenderingStep is waiting until the frame is rendered (calling vkWaitUntilIdle). Default value is false.
Top
See Also