ViewportRenderingContext Class |
Represents a manager for rendering to viewport.
Inheritance Hierarchy
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2022.1.1.0 (2022.1.1.0)
Syntaxpublic class ViewportRenderingContext
The ViewportRenderingContext type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | BindParameterContainer | |
 | BindTexture(ViewportRenderingContextBindTextureData) | |
 | BindTexture(Int32, ImageComponent, TextureAddressingMode, FilterOption, FilterOption, FilterOption, TextureFlags) | |
 | Dispose | Releases all resources used by the ViewportRenderingContext |
 | DynamicTexture_Alloc | |
 | DynamicTexture_DestroyAll | |
 | DynamicTexture_Free | |
 | DynamicTexture_FreeAllEndUpdate | |
 | DynamicTexturesAreExists | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetBackgroundColor | |
 | GetBackgroundColorAffectLighting | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetShadowVisibilityDistance | |
 | GetShadowVisibilityDistanceSquared | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | GetUniformTypeByParameterType | |
 | GetVisibilityDistanceByObjectSize | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | MultiRenderTarget_Create | |
 | MultiRenderTarget_DestroyAll | |
 | OcclusionCullingBuffer_Alloc | |
 | OcclusionCullingBuffer_DestroyAll | |
 | OcclusionCullingBuffer_Free | |
 | OcclusionCullingBuffer_FreeAllEndUpdate | |
 | RenderQuadToCurrentViewport | |
 | RenderTarget2D_Alloc | |
 | RenderTargetCube_Alloc | |
 | RenderTrianglesToCurrentViewport | |
 | ResetViews | |
 | SetComputeView | |
 | SetIndexBuffer | |
 | SetInstanceDataBuffer | |
 | SetPassAndSubmit | |
 | SetUniform(String, ParameterType, Int32, ArraySegmentByte) | |
 | SetUniform(String, ParameterType, Int32, IntPtr) | |
 | SetUniform(String, ParameterType, Int32, Void*) | |
 | SetUniform(Uniform, ParameterType, Int32, ArraySegmentByte) | |
 | SetUniform(Uniform, ParameterType, Int32, IntPtr) | |
 | SetUniform(Uniform, ParameterType, Int32, Void*) | |
 | SetVertexBuffer | |
 | SetViewport(Viewport) | |
 | SetViewport(Viewport, Matrix4F, Matrix4F) | |
 | SetViewport(Viewport, Matrix4F, Matrix4F, FrameBufferTypes, ColorValue, Single, Byte) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UpdateGetVisibilityDistanceByObjectSize | |
Top
Events
| Name | Description |
---|
 | Disposing |
Occurs before object is disposed.
|
Top
Fields
Extension Methods
See Also