MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Dirty Class Reference

Marks dirty buffers that need to be uploaded to OpenGL. Dirty flags must be moved together with renderObj_, but not copied since renderObj_ is not copied as well Generated from class MR.Dirty. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Dirty:

Public Member Functions

unsafe Dirty ()
 Constructs an empty (default-constructed) instance.
 
unsafe Dirty (MR.Const_Dirty _other)
 Generated from constructor MR.Dirty.Dirty.
 
 Dirty (Dirty _other)
 Generated from constructor MR.Dirty.Dirty.
 
unsafe ref uint convertTo_UnsignedIntRef ()
 Generated from conversion operator MR.Dirty.operator unsigned int &.
 
unsafe MR.Dirty assign (MR.Const_Dirty _other)
 Generated from method MR.Dirty.operator=.
 
unsafe MR.Dirty assign (uint b)
 Generated from method MR.Dirty.operator=.
 

Properties

new unsafe ref uint f [get]
 

Detailed Description

Marks dirty buffers that need to be uploaded to OpenGL. Dirty flags must be moved together with renderObj_, but not copied since renderObj_ is not copied as well Generated from class MR.Dirty. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Dirty() [1/3]

unsafe MR.Dirty.Dirty ( )
inline

Constructs an empty (default-constructed) instance.

◆ Dirty() [2/3]

unsafe MR.Dirty.Dirty ( MR.Const_Dirty _other)
inline

Generated from constructor MR.Dirty.Dirty.

◆ Dirty() [3/3]

MR.Dirty.Dirty ( Dirty _other)
inline

Generated from constructor MR.Dirty.Dirty.

Member Function Documentation

◆ assign() [1/2]

unsafe MR.Dirty MR.Dirty.assign ( MR.Const_Dirty _other)
inline

Generated from method MR.Dirty.operator=.

◆ assign() [2/2]

unsafe MR.Dirty MR.Dirty.assign ( uint b)
inline

Generated from method MR.Dirty.operator=.

◆ convertTo_UnsignedIntRef()

unsafe ref uint MR.Dirty.convertTo_UnsignedIntRef ( )
inline

Generated from conversion operator MR.Dirty.operator unsigned int &.

Property Documentation

◆ f

new unsafe ref uint MR.Dirty.f
get

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