SFGraphics
SFGraphics copied to clipboard
Direct state access for GLObjects (OpenGL 4.5)
This could be added as a defined symbol without affecting the overall functionality of the classes.
public void SetState()
{
#if DIRECT_STATE_ACCESS
// use the new bindless functions
#else
// bind and then set the state
#endif
}