Click or drag to resize
Ab4d.SharpEngine logo

RenderingContext Class

Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.CoreRenderingContext

Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public class RenderingContext

The RenderingContext type exposes the following members.

Constructors
 NameDescription
Public methodRenderingContextInitializes a new instance of the RenderingContext class
Top
Properties
 NameDescription
Public propertyAllLightsDescriptorSet 
Public propertyCurrentBoundDescriptorSets 
Public propertyCurrentCommandBuffer 
Public propertyCurrentFrameBuffer 
Public propertyCurrentGpuRenderPass 
Public propertyCurrentIndexBuffer 
Public propertyCurrentMaterialIndex 
Public propertyCurrentMatrixIndex 
Public propertyCurrentPipeline 
Public propertyCurrentPipelineLayout 
Public propertyCurrentRenderingStep Gets currently executing RenderingStep
Public propertyCurrentRenderPass 
Public propertyCurrentSwapChainImage 
Public propertyCurrentSwapChainImageIndex 
Public propertyCurrentSwapChainImageView 
Public propertyCurrentVertexBuffer 
Public propertyCurrentViewport Gets the currently used Viewport.
Public propertyDepthStencilImage 
Public propertyFinalHeight 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).
Public propertyFinalWidth 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).
Public propertyFrameNumber Current frame number
Public propertyHeight 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.
Public propertyIsCommandBufferNewlyRecorded True if the command buffer was newly recorded in FillCommandBufferRenderingStep.
Public propertyIsCommandBufferRecordingStarted 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.
Public propertyIsCurrentCommandBufferDirty 
Public propertyIsNonStandardPipelineLayout 
Public propertyIsRenderPassRenderingStarted 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.
Public propertyMainRenderPass 
Public propertyMSAAImage 
Public propertyMultisampleCount 
Public propertyRenderHeight 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).
Public propertyRenderingStatistics 
Public propertyRenderWidth 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).
Public propertySceneDescriptorSet 
Public propertySceneDirtyFlags 
Public propertySceneViewDirtyFlags 
Public propertySSAAImage 
Public propertyStagingBufferReadyCallbacks 
Public propertyStagingGpuBuffer 
Public propertyStagingGpuBufferHeight 
Public propertyStagingGpuBufferWidth 
Public propertyStagingGpuImage 
Public propertyStagingImageReadyCallbacks 
Public propertySupersamplingCount 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.
Public propertySupersamplingFactor 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.
Public propertySwapChain 
Public propertySwapChainFormat 
Public propertySwapChainImagesCount 
Public propertySwapChainSurfaceFormat 
Public propertyUsedCamera Gets or sets a camera that will be used to view the scene.
Public propertyWidth 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.
Top
Methods
Fields
See Also