| Name | Description |
---|
 | AllLightsDescriptorSet | |
 | CurrentBoundDescriptorSets | |
 | CurrentCommandBuffer | |
 | CurrentFrameBuffer | |
 | CurrentGpuRenderPass | |
 | CurrentIndexBuffer | |
 | CurrentMaterialIndex | |
 | CurrentMatrixIndex | |
 | CurrentPipeline | |
 | CurrentPipelineLayout | |
 | CurrentRenderingStep |
Gets currently executing RenderingStep
|
 | CurrentRenderPass | |
 | CurrentSwapChainImage | |
 | CurrentSwapChainImageIndex | |
 | CurrentSwapChainImageView | |
 | CurrentVertexBuffer | |
 | CurrentViewport |
Gets the currently used Viewport.
|
 | DepthStencilImage | |
 | FinalHeight |
Gets the height in pixels of the final rendered image.
When using super-sampling this can be different then the RenderHeight.
This value is initially set by calling UpdateSwapChain(GpuSwapChain, GpuImage, GpuRenderPass, IntSize, IntSize, SampleCountFlags, Single, Int32).
|
 | FinalWidth |
Gets the width in pixels of the final rendered image.
When using super-sampling this can be different then the RenderWidth.
This value is initially set by calling UpdateSwapChain(GpuSwapChain, GpuImage, GpuRenderPass, IntSize, IntSize, SampleCountFlags, Single, Int32).
|
 | FrameNumber |
Current frame number
|
 | Height |
Gets the height in pixels of the current back buffer.
This value is initially set by calling UpdateSwapChain(GpuSwapChain, GpuImage, GpuRenderPass, IntSize, IntSize, SampleCountFlags, Single, Int32) (set from renderSize parameter) and is then changed when BeginRenderPass(GpuRenderPass) or BeginRenderPass(RenderPass, Framebuffer, Int32, Int32) is called.
|
 | IsCommandBufferNewlyRecorded |
True if the command buffer was newly recorded in FillCommandBufferRenderingStep.
|
 | IsCommandBufferRecordingStarted |
Gets a Boolean that specifies if vkBeginCommandBuffer command was called and vkEndCommandBuffer command was not called yet.
This property is changed by calling BeginRecordingCommandBuffer and EndRecordingCommandBuffer methods.
|
 | IsCurrentCommandBufferDirty | |
 | IsNonStandardPipelineLayout | |
 | IsRenderPassRenderingStarted |
Gets a Boolean that specifies if vkCmdBeginRenderPass command was called and vkCmdEndRenderPass command was not called yet.
This property is changed by calling BeginRenderPass(GpuRenderPass), BeginRenderPass(RenderPass, Framebuffer, Int32, Int32) and EndRenderPass methods.
|
 | MainRenderPass | |
 | MSAAImage | |
 | MultisampleCount | |
 | RenderHeight |
Gets the height in pixels of the image that is used for main rendering.
When using super-sampling this is SupersamplingFactor * FinalHeight.
This value is initially set by calling UpdateSwapChain(GpuSwapChain, GpuImage, GpuRenderPass, IntSize, IntSize, SampleCountFlags, Single, Int32).
|
 | RenderingStatistics | |
 | RenderWidth |
Gets the width in pixels of the image that is used for main rendering.
When using super-sampling this is SupersamplingFactor * FinalWidth.
This value is initially set by calling UpdateSwapChain(GpuSwapChain, GpuImage, GpuRenderPass, IntSize, IntSize, SampleCountFlags, Single, Int32).
|
 | SceneDescriptorSet | |
 | SceneDirtyFlags | |
 | SceneViewDirtyFlags | |
 | SSAAImage | |
 | StagingBufferReadyCallbacks | |
 | StagingGpuBuffer | |
 | StagingGpuBufferHeight | |
 | StagingGpuBufferWidth | |
 | StagingGpuImage | |
 | StagingImageReadyCallbacks | |
 | SupersamplingCount |
Gets a super-sampling count that is used by the current BackBuffer (how much more pixels are rendered for each final pixel). Value 1 indicates no super-sampling.
This value is set by the UpdateSwapChain(GpuSwapChain, GpuImage, GpuRenderPass, IntSize, IntSize, SampleCountFlags, Single, Int32) method.
|
 | SupersamplingFactor |
Gets the factor by which width and height are multiplied because of the used super-sampling. This value is calculated by using Sqrt function of the SupersamplingCount value.
|
 | SwapChain | |
 | SwapChainFormat | |
 | SwapChainImagesCount | |
 | SwapChainSurfaceFormat | |
 | UsedCamera |
Gets or sets a camera that will be used to view the scene.
|
 | Width |
Gets the width in pixels of the current back buffer.
This value is initially set by calling UpdateSwapChain(GpuSwapChain, GpuImage, GpuRenderPass, IntSize, IntSize, SampleCountFlags, Single, Int32) (set from renderSize parameter) and is then changed when BeginRenderPass(GpuRenderPass) or BeginRenderPass(RenderPass, Framebuffer, Int32, Int32) is called.
|