getContextAttributes method

dynamic getContextAttributes()

Implementation

dynamic getContextAttributes() {
  startCheck("getContextAttributes");
  return glGetContextAttributes(_gl);
}