MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.Dirty Class Reference

Public Member Functions

None __init__ (self)
 
int __int__ (self)
 
str __repr__ (self)
 
int convert_to_uint32_t (self)
 
Dirty operator (self, int b)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Dirty operator (*args, **kwargs)
 
Dirty operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_f = 0
 

Detailed Description

Generated from:  MR::Dirty

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.Dirty.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/2]

None mrmeshpy.Dirty.__init__ ( self)

Member Function Documentation

◆ __int__()

int mrmeshpy.Dirty.__int__ ( self)

◆ __repr__()

str mrmeshpy.Dirty.__repr__ ( self)

◆ convert_to_uint32_t()

int mrmeshpy.Dirty.convert_to_uint32_t ( self)

◆ operator() [1/3]

Dirty mrmeshpy.Dirty.operator ( * args,
** kwargs )
static

◆ operator() [2/3]

Dirty mrmeshpy.Dirty.operator ( * args,
** kwargs )
static

◆ operator() [3/3]

Dirty mrmeshpy.Dirty.operator ( self,
int b )

Member Data Documentation

◆ _offsetof_f

typing mrmeshpy.Dirty._offsetof_f = 0
staticprotected

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