My Project
 
Loading...
Searching...
No Matches
graphics_engine::gl_clear_flags::IGLClearFlags Class Referenceabstract

#include <i-gl-clear-flags.h>

Public Member Functions

virtual ~IGLClearFlags ()=default
 
virtual auto Set (gl_types::GLClearBit bit) -> IGLClearFlags &=0
 
virtual auto Reset (gl_types::GLClearBit bit) -> IGLClearFlags &=0
 
virtual auto Test (gl_types::GLClearBit bit) const -> bool=0
 

Constructor & Destructor Documentation

◆ ~IGLClearFlags()

virtual graphics_engine::gl_clear_flags::IGLClearFlags::~IGLClearFlags ( )
virtualdefault

Member Function Documentation

◆ Reset()

virtual auto graphics_engine::gl_clear_flags::IGLClearFlags::Reset ( gl_types::GLClearBit  bit) -> IGLClearFlags &
pure virtual

◆ Set()

virtual auto graphics_engine::gl_clear_flags::IGLClearFlags::Set ( gl_types::GLClearBit  bit) -> IGLClearFlags &
pure virtual

◆ Test()

virtual auto graphics_engine::gl_clear_flags::IGLClearFlags::Test ( gl_types::GLClearBit  bit) const -> bool
pure virtual

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