MeshLib C# Docs
Loading...
Searching...
No Matches

Common rendering parameters for meshes and UI. Generated from class MR.BaseRenderParams. Derived classes: Direct: (non-virtual) MR.ModelBaseRenderParams MR.UiRenderParams Indirect: (non-virtual) MR.ModelRenderParams This is the const half of the class. More...

Inheritance diagram for MR.Const_BaseRenderParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BaseRenderParams (MR.Const_BaseRenderParams _other)
 Generated from constructor MR.BaseRenderParams.BaseRenderParams.
 Const_BaseRenderParams (BaseRenderParams _other)
 Generated from constructor MR.BaseRenderParams.BaseRenderParams.
unsafe Const_BaseRenderParams (in MR.Matrix4f viewMatrix, in MR.Matrix4f projMatrix, MR.ViewportId viewportId, MR.Vector4i viewport)
 Constructs MR.BaseRenderParams elementwise.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Matrix4f__ref_storage_viewMatrix
unsafe MR.Matrix4f__ref_storage_projMatrix
unsafe MR.ViewportId__ref_storage_viewportId
unsafe MR.Vector4i__ref_storage_viewport

Properties

unsafe ref readonly MR.Matrix4f viewMatrix [get]
unsafe ref readonly MR.Matrix4f projMatrix [get]
unsafe ref readonly MR.ViewportId viewportId [get]
unsafe ref readonly MR.Vector4i viewport [get]

Detailed Description

Common rendering parameters for meshes and UI. Generated from class MR.BaseRenderParams. Derived classes: Direct: (non-virtual) MR.ModelBaseRenderParams MR.UiRenderParams Indirect: (non-virtual) MR.ModelRenderParams This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_BaseRenderParams() [1/3]

unsafe MR.Const_BaseRenderParams.Const_BaseRenderParams ( MR.Const_BaseRenderParams _other)
inline

Generated from constructor MR.BaseRenderParams.BaseRenderParams.

◆ Const_BaseRenderParams() [2/3]

MR.Const_BaseRenderParams.Const_BaseRenderParams ( BaseRenderParams _other)
inline

Generated from constructor MR.BaseRenderParams.BaseRenderParams.

◆ Const_BaseRenderParams() [3/3]

unsafe MR.Const_BaseRenderParams.Const_BaseRenderParams ( in MR.Matrix4f viewMatrix,
in MR.Matrix4f projMatrix,
MR.ViewportId viewportId,
MR.Vector4i viewport )
inline

Constructs MR.BaseRenderParams elementwise.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_BaseRenderParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_BaseRenderParams.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_projMatrix

unsafe MR.Matrix4f* MR.Const_BaseRenderParams.__ref_storage_projMatrix
protected

◆ __ref_storage_viewMatrix

unsafe MR.Matrix4f* MR.Const_BaseRenderParams.__ref_storage_viewMatrix
protected

◆ __ref_storage_viewport

unsafe MR.Vector4i* MR.Const_BaseRenderParams.__ref_storage_viewport
protected

◆ __ref_storage_viewportId

unsafe MR.ViewportId* MR.Const_BaseRenderParams.__ref_storage_viewportId
protected

Property Documentation

◆ projMatrix

unsafe ref readonly MR.Matrix4f MR.Const_BaseRenderParams.projMatrix
get

◆ viewMatrix

unsafe ref readonly MR.Matrix4f MR.Const_BaseRenderParams.viewMatrix
get

◆ viewport

unsafe ref readonly MR.Vector4i MR.Const_BaseRenderParams.viewport
get

◆ viewportId

unsafe ref readonly MR.ViewportId MR.Const_BaseRenderParams.viewportId
get

The documentation for this class was generated from the following file: