Lumitronix_Iflex_Pro_Workshop
Library to interact with the iFlexPro
NeoShaderBase Class Reference

#include <NeoShaderBase.h>

Public Member Functions

 NeoShaderBase ()
 
bool IsDirty () const
 
void Dirty ()
 
void ResetDirty ()
 

Protected Attributes

uint8_t _state
 

Constructor & Destructor Documentation

◆ NeoShaderBase()

NeoShaderBase::NeoShaderBase ( )
inline

Member Function Documentation

◆ Dirty()

void NeoShaderBase::Dirty ( )
inline

◆ IsDirty()

bool NeoShaderBase::IsDirty ( ) const
inline

◆ ResetDirty()

void NeoShaderBase::ResetDirty ( )
inline

Member Data Documentation

◆ _state

uint8_t NeoShaderBase::_state
protected