Cinder  0.9.1
Public Member Functions | Public Attributes | List of all members
cinder::gl::PlatformDataMsw Struct Reference

#include <Environment.h>

Inherits cinder::gl::Context::PlatformData.

Public Member Functions

 PlatformDataMsw (HGLRC glrc, HDC dc)
 
 PlatformDataMsw (const std::shared_ptr< Context::PlatformData > &sharedPlatformData, HGLRC glrc, HDC dc)
 

Public Attributes

HGLRC mGlrc
 
HDC mDc
 
bool mDebug
 
bool mObjectTracking
 
GLenum mDebugLogSeverity
 
GLenum mDebugBreakSeverity
 

Constructor & Destructor Documentation

cinder::gl::PlatformDataMsw::PlatformDataMsw ( HGLRC  glrc,
HDC  dc 
)
cinder::gl::PlatformDataMsw::PlatformDataMsw ( const std::shared_ptr< Context::PlatformData > &  sharedPlatformData,
HGLRC  glrc,
HDC  dc 
)

Member Data Documentation

HGLRC cinder::gl::PlatformDataMsw::mGlrc
HDC cinder::gl::PlatformDataMsw::mDc
bool cinder::gl::Context::PlatformData::mDebug
inherited
bool cinder::gl::Context::PlatformData::mObjectTracking
inherited
GLenum cinder::gl::Context::PlatformData::mDebugLogSeverity
inherited
GLenum cinder::gl::Context::PlatformData::mDebugBreakSeverity
inherited

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