OGLplus (0.52.0) a C++ wrapper for OpenGL

Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCoglplus::Array< Buffer >
oCoglplus::Array< DSABufferEXT >
oCoglplus::Array< DSAVertexArrayEXT >
oCoglplus::Array< Framebuffer >
oCoglplus::Array< ObjectOps< tag::DirectState, tag::Shader > >
oCoglplus::Array< PathNV >
oCoglplus::Array< Query >
oCoglplus::Array< Renderbuffer >
oCoglplus::Array< Texture >
oCoglplus::Array< TransformFeedback >
oCoglplus::Array< VertexArray >
oCoglplus::BaseSLERP< Quaternion< T >, T >
oCoglplus::BezierCurves< oglplus::Vector, double, 3 >
oCoglplus::BezierCurves< Type, Parameter, 3 >
oCoglplus::Matrix< double, 4, 4 >
oCoglplus::Matrix< GLdouble, 4, 4 >
oCoglplus::Matrix< GLfloat, 4, 4 >
oCoglplus::Matrix< T, 4, 4 >
oCoglplus::Matrix< T, Cols, Rows >
oCoglplus::Matrix< T, N, Cols >
oCoglplus::Matrix< T, Rows, N >
oCoglplus::Matrix< U, R, C >
oCoglplus::ObjectName< tag::PathNV >
oCoglplus::ObjectName< tag::PerfMonitorAMD >
oCoglplus::ObjectName< tag::Program >
oCoglplus::ObjectName< tag::Query >
oCoglplus::AMD_performance_monitorWrapper for the AMD_performance_monitor extension
oCoglplus::Angle< T >Class implementing planar angle-related functionality
oCoglplus::ApplicationA monostate class wrapping application and startup options-related things
oCoglplus::ARB_compatibilityWrapper for the ARB_compatibility extension
oCoglplus::ARB_copy_imageWrapper for the ARB_copy_image extension
oCoglplus::ARB_debug_outputWrapper for the ARB_debug_output extension
oCoglplus::ARB_debug_output::CallbackDataStructure containing data passed to Callback functor
oCoglplus::ARB_debug_output::LogSinkInstalls a custom callback processing the debug output
oCoglplus::ARB_debug_output_ToXMLFilter for ARB_debug_output formatting the debug output into XML
oCoglplus::ARB_debug_output_TreeFilter for ARB_debug_output printing a simple tree to a standard output
oCoglplus::ARB_debug_output_UniqueFilter for ARB_debug_output removing duplicate messages
oCoglplus::ARB_robustnessWrapper for the ARB_robustness extension
oCoglplus::Array< Object >Allows to allocate and manage several instances of Object at the same time
oCoglplus::ATI_meminfoWrapper for the ATI_meminfo extension
oCoglplus::ATI_meminfo::AvailableMemoryStructure storing information about available memory
oCoglplus::AutoRebind< Object< ObjectOps< OpsTag, ObjTag > > >Class that remembers the currently bound Object and rebinds it when destroyed
oCoglplus::BaseSLERP< Value, T >Base template for spherical-linear interpolation functors
oCoglplus::BezierCurves< Type, Parameter, Order >A sequence of Bezier curves, possibly connected at end points
oCoglplus::Bitfield< Bit >This template serves as a wrapper for OpenGL bitfields
oCoglplus::BoundObjOps< tag::Buffer >Specialization of the BoundObjOps for Buffer >
oCoglplus::BoundObjOps< tag::Framebuffer >Specialization of the BoundObjOps for Framebuffer >
oCoglplus::BoundObjOps< tag::Renderbuffer >Specialization of the BoundObjOps for Renderbuffer >
oCoglplus::BoundObjOps< tag::Texture >Specialization of the BoundObjOps for Texture >
oCoglplus::BufferDataClass used for passing the size of and pointer to data to be put in a Buffer
oCoglplus::BufferRawMapUntyped mapping of the buffer to the client address space
oCoglplus::BufferSizeThis class represents the size of a GPU buffer in bytes
oCoglplus::ConditionalRenderRAII conditional render activator/deactivator
oCoglplus::context::BlendingWrapper for blending operations
oCoglplus::context::BoundsRangeHelper structure storing the min/max bounds range
oCoglplus::context::BufferClearingWrapper for the operations that are used to clear the draw buffers
oCoglplus::context::BufferMaskingWrappers for operations for fine control of buffer updates
oCoglplus::context::BufferSelectionWrappers for functions selecting the buffers for read/write operations
oCoglplus::context::CapabilitiesWrapper for the capability-related commands
oCoglplus::context::ClrBitsHelper class used by BufferClearing::Clear()
oCoglplus::context::ComputingWrapper for the general-purpose-computing-related operations
oCoglplus::context::DepthRangeHelper structure storing the near/far depth range
oCoglplus::context::DepthTestWrapper for the depth-buffer-related operations
oCoglplus::context::DrawingWrapper for primitive drawing operations
oCoglplus::context::ErrorsWrapper for the error-reporting-related operations
oCoglplus::context::HintsWrapper for the hint-related operations
oCoglplus::context::LimitQueriesWrapper for implementation-dependent limit queries
oCoglplus::context::LogicalOpsWrapper for the color buffer logical operations
oCoglplus::context::NumericQueriesWrapper for the GL numeric-query-related operations
oCoglplus::context::ObjectBindingWrapper for object binding operations
oCoglplus::context::ObjectDSAObject direct state access operations
oCoglplus::context::PixelOpsWrapper for the pixel storage and transfer operations
oCoglplus::context::RasterizationWrapper for the basic point, line and polygon rasterization operations
oCoglplus::context::RGBAMaskHelper structure storing the clear color component mask
oCoglplus::context::RGBAValueHelper structure storing the clear color components
oCoglplus::context::ScissorRectangleHelper structure storing the extents of a 2D scissor rectangle
oCoglplus::context::ScissorTestWrapper for the scissor-buffer-related operations
oCoglplus::context::StencilTestWrapper for the stencil-buffer-related operations
oCoglplus::context::StringQueriesWrapper for the GL string-query-related operations
oCoglplus::context::SynchronizationWrapper for synchronization operations
oCoglplus::context::ViewportExtentsHelper structure storing the extents of a 2D viewport
oCoglplus::context::ViewportOpsWrapper for the viewport-related operations
oCoglplus::context::ViewportPositionHelper structure storing position in a 2D viewport
oCoglplus::context::ViewportSizeHelper structure storing the dimensions of a 2D viewport
oCoglplus::DebugWrapper for the GL debug output functionality
oCoglplus::Debug::CallbackDataStructure containing data passed to Callback functor
oCoglplus::Debug::GroupPushes a group when constructed, pops in when destroyed
oCoglplus::Debug::LogSinkInstalls a custom callback processing the debug output
oCoglplus::DSABufferTypedMap< Type >Untyped mapping of the buffer to the client address space
oCoglplus::DSAMatrixEXTWrapper for direct-state-access compatibility matrix operations
oCoglplus::ErrorException class for general OpenGL errors
oCoglplus::ExampleBase class for OGLplus examples
oCoglplus::ExampleClockClass measuring the simulation time of an Example
oCoglplus::ExampleParamsRun-time parameters for example instances
oCoglplus::ExampleThreadBase class for OGLplus example offscreen rendering threads
oCoglplus::ExampleTimePeriodA class measuring a time period in the examples
oCoglplus::EXT_direct_state_accessWrapper for the EXT_direct_state_access extension
oCoglplus::FramebufferCompleteHelper class used with syntax-sugar operators
oCoglplus::GLSLSourceClass storing source code in GLSL
oCoglplus::GLSLStringClass for passing a single string as a Source to a Shader
oCoglplus::GLSLStringsClass for passing a set of strings as a Source to a Shader
oCoglplus::Group< ObjectName< ObjTag > >A dynamic group (convertible to a Sequence) of object names
oCoglplus::ImageHandleA handle for a bindless texture image
oCoglplus::images::FilteredImage< T, CH >::FromComponentI< I >Extractor that allows to specify which component to use as input
oCoglplus::images::ImageWrapper for (texture) image data
oCoglplus::images::ImageSpecDataClass containing data for texture image specification
oCoglplus::images::NewtonFractal::X3Minus1The X^3-1 function and its derivation
oCoglplus::images::NewtonFractal::X4Minus1The X^4-1 function and its derivation
oCoglplus::KHR_debugWrapper for the KHR_debug extension
oCoglplus::KHR_debug::CallbackDataStructure containing data passed to Callback functor
oCoglplus::KHR_debug::LogSinkInstalls a custom callback processing the debug output
oCoglplus::KHR_debug_ToXMLFilter for KHR_debug formatting the debug output into XML
oCoglplus::KHR_debug_TreeFilter for KHR_debug printing a simple tree to a standard output
oCoglplus::KHR_debug_UniqueFilter for KHR_debug removing duplicate messages
oCoglplus::LimitedCount< Query >Base class for limited implementation-dependent numeric values
oCoglplus::ListOf< T >Helper class template that can be used for static container initialization
oCoglplus::Matrix< T, Rows, Cols >Base template for Matrix
oCoglplus::NamedStringWrapper for GL NamedStrings
oCoglplus::native::ContextGLXWrapper for a valid GLX context handle
oCoglplus::native::ContextWGLWrapper for a valid WGL context handle
oCoglplus::native::SurfaceGLXWrapper for GLX (drawable) surface handle
oCoglplus::native::SurfaceWGLWrapper for WGL (DC) surface handle
oCoglplus::NV_copy_imageWrapper for the NV_copy_image extension
oCoglplus::NV_path_renderingWrapper for the NV_path_rendering extension
oCoglplus::ObjBindingOps< tag::Buffer >Buffer binding operations
oCoglplus::ObjBindingOps< tag::Framebuffer >Framebuffer binding operations
oCoglplus::ObjBindingOps< tag::Program >Program binding operations
oCoglplus::ObjBindingOps< tag::ProgramPipeline >Program pipeline binding operations
oCoglplus::ObjBindingOps< tag::Renderbuffer >Renderbuffer binding operations
oCoglplus::ObjBindingOps< tag::Sampler >Sampler binding operations
oCoglplus::ObjBindingOps< tag::Texture >Texture binding operations
oCoglplus::ObjBindingOps< tag::TransformFeedback >TransformFeedback binding operations
oCoglplus::ObjBindingOps< tag::VertexArray >Vertex array binding operations
oCoglplus::ObjCommonOps< tag::TransformFeedback >::ActivatorClass lifetime of which controls the (de)activation of TFB
oCoglplus::ObjCommonOps< tag::TransformFeedback >::PauserClass lifetime of which controls the pausing/resuming of TFB
oCoglplus::Object< ObjectOps< OpsTag, ObjTag > >Template for GL/AL/etc. objects wrappers
oCoglplus::ObjectName< ObjTag >A common template for "named" objects like textures, buffers, etc
oCoglplus::ObjectOps< tag::DirectState, tag::Buffer >::PropertyTypes related to Buffer
oCoglplus::ObjectOps< tag::DirectState, tag::Framebuffer >::PropertyTypes related to Framebuffer
oCoglplus::ObjectOps< tag::DirectState, tag::Program >::ActiveUniformBlockInfoInformation about a active uniform block
oCoglplus::ObjectOps< tag::DirectState, tag::Program >::ActiveVariableInfoInformation about a single active vertex attribute or uniform
oCoglplus::ObjectOps< tag::DirectState, tag::ProgramPipeline >::PropertiesTypes related to ProgramPipeline
oCoglplus::ObjectOps< tag::DirectState, tag::Shader >::PropertyTypes related to Shader
oCoglplus::ObjectOps< tag::DirectState, tag::Texture >::PropertyTypes related to Texture
oCoglplus::ObjectOps< tag::ExplicitSel, tag::Buffer >::PropertyTypes related to Buffer
oCoglplus::ObjectOps< tag::ExplicitSel, tag::Framebuffer >::PropertyTypes related to Framebuffer
oCoglplus::ObjGenDelOps< tag::Buffer >Class wrapping buffer construction/destruction functions
oCoglplus::ObjGenDelOps< tag::Framebuffer >Class wrapping framebuffer construction/destruction functions
oCoglplus::ObjGenDelOps< tag::PathNV >Class wrapping NV path construction/destruction functions
oCoglplus::ObjGenDelOps< tag::PerfMonitorAMD >Class wrapping perfofmance monitor construction/destruction functions
oCoglplus::ObjGenDelOps< tag::Program >Class wrapping program construction/destruction functions
oCoglplus::ObjGenDelOps< tag::ProgramPipeline >Class wrapping program pipeline construction/destruction functions
oCoglplus::ObjGenDelOps< tag::Query >Class wrapping query construction/destruction functions
oCoglplus::ObjGenDelOps< tag::Renderbuffer >Class wrapping renderbuffer construction/destruction functions
oCoglplus::ObjGenDelOps< tag::Sampler >Class wrapping sampler construction/destruction functions
oCoglplus::ObjGenDelOps< tag::Shader >Class wrapping shader construction/destruction functions
oCoglplus::ObjGenDelOps< tag::Texture >Class wrapping texture construction/destruction functions
oCoglplus::ObjGenDelOps< tag::TransformFeedback >Class wrapping transform feedback construction/destruction functions
oCoglplus::ObjGenDelOps< tag::VertexArray >Class wrapping vertex array construction/destruction functions
oCoglplus::ObjHandle< ObjTag >Template
oCoglplus::ObjZeroOps< tag::ExplicitSel, tag::Texture >::PropertyTypes related to Texture
oCoglplus::OneOf< Common, Variants >Stores a value having one of the listed types in a common representation
oCoglplus::OptionalImpl< tag::Object, Object >Modifier that allows to create uninitialized Object(s)
oCoglplus::OutputDataClass used for passing the address and size of a writable buffer to functions
oCoglplus::PathNVSpec< PathCoordType >Template class for convenient specifying of path commands and coordinates
oCoglplus::PerfMonitorAMDCounterWrapper for performance monitor counter functionality
oCoglplus::PerfMonitorAMDGroupWrapper for performance monitor group functionality
oCoglplus::PerfMonitorAMDResultWrapper for performance counter result
oCoglplus::Plane< T >Class implementing plane-related functionality
oCoglplus::ProgramResourceInformation about a single active program resource
oCoglplus::ProgVar< OpsTag, VarTag, ChkTag, T >Program variable (vertex attrib / uniform ) wrapper
oCoglplus::ProgVarGetSetOps< OpsTag, tag::Uniform, T >Encapsulates uniform value setting functionality
oCoglplus::ProgVarGetSetOps< OpsTag, tag::VertexAttrib, T >Encapsulates vertex attribute value set functionality
oCoglplus::ProgVarLoc< VarTag >Wrapper encapsulating program variable location/index
oCoglplus::Quaternion< T >Template class for quaternions
oCoglplus::QueryActivatorRAII Query activator/deactivator
oCoglplus::QuickProgramA class that allows to build programs in the constructor
oCoglplus::RangeWrapper class for all ranges that can be used for Element traversal
oCoglplus::ranges::AnyRange< Element >A type erasure for types conforming to the oglplus::Range concept
oCoglplus::ranges::IsRange< Range >Metafunction for checking if a type conforms to the oglplus::Range concept
oCoglplus::Reference< ObjectT >Allows to make managed copies of instances of Object
oCoglplus::SeqIterator< ObjectT >Object sequence iterator template
oCoglplus::Sequence< ObjName >Common base class for Object name sequences
oCoglplus::ShaderAn object encasulating the shader object functionality
oCoglplus::ShaderProgramA standalone program with a single shader of a specified type from GLSL source
oCoglplus::shapes::BlenderMeshClass providing vertex attributes and instructions for drawing of a mesh
oCoglplus::shapes::CageClass providing vertex attributes and instructions for rendering of a cage
oCoglplus::shapes::CubeClass providing vertex attributes and instructions for rendering of a cube
oCoglplus::shapes::DrawingInstructionsClass encapsulating the instructions for drawing of a shape
oCoglplus::shapes::DrawOperationStructure containing information about how to draw a part of a shape
oCoglplus::shapes::ElementIndexInfoHelper class storing information about shape element index datatype
oCoglplus::shapes::GridClass providing vertex attributes and instructions for rendering of a grid
oCoglplus::shapes::IcosahedronClass providing vertex attributes and instructions for drawing of a icosahedron
oCoglplus::shapes::ObjMeshClass providing attributes and instructions for drawing of mesh loaded from obj
oCoglplus::shapes::PlaneClass providing vertex attributes and instructions for rendering of a Plane
oCoglplus::shapes::PointAndVectorClass providing vertex attributes and instructions for rendering of a vector
oCoglplus::shapes::RevolveY< Type >Class providing attributes and instructions for rendering of a revolved shape
oCoglplus::shapes::ScreenClass providing vertex attributes and instructions for rendering of a Screen
oCoglplus::shapes::ShapeAnalyzerClass that analyzes vertex attribs generated by shape loaders/generators
oCoglplus::shapes::ShapeAnalyzerEdgeClass storing information about a single edge of a generated/loaded mesh
oCoglplus::shapes::ShapeAnalyzerFaceClass storing information about a single face of a generated/loaded mesh
oCoglplus::shapes::ShapeAnalyzerVertClass storing information about a single vertex of a generated/loaded mesh
oCoglplus::shapes::ShapeWrapperBaseWraps instructions and VAO+VBOs used to render a shape built by a ShapeBuilder
oCoglplus::shapes::SimpleIcosahedronClass providing vertex attributes and instructions for drawing of a icosahedron
oCoglplus::shapes::SimpleSubdivSphereClass providing vertex attributes and instructions for drawing of a sphere
oCoglplus::shapes::SkyBoxClass providing vertex attributes and instructions for drawing of a sky box
oCoglplus::shapes::SphereClass providing vertex attributes and instructions for rendering of a Sphere
oCoglplus::shapes::SpiralSphereClass providing data and instructions for rendering of a "spiral sphere"
oCoglplus::shapes::TetrahedronsProvides data and instructions for rendering of cube filling tetrahedrons
oCoglplus::shapes::TorusClass providing vertex attributes and instructions for rendering of a Torus
oCoglplus::shapes::TwistedTorusClass providing vertex attributes and instructions for rendering of a Torus
oCoglplus::shapes::VertexAttribsInfo< ShapeBuiler >Informations about a vertex attribute getter function of a ShapeBuilder
oCoglplus::shapes::WickerTorusClass providing vertex attributes and instructions for rendering of a Torus
oCoglplus::smart_enums::_0Smart enum for enumerations with the _0 value
oCoglplus::smart_enums::_1Smart enum for enumerations with the _1 value
oCoglplus::smart_enums::_10Smart enum for enumerations with the _10 value
oCoglplus::smart_enums::_11Smart enum for enumerations with the _11 value
oCoglplus::smart_enums::_12Smart enum for enumerations with the _12 value
oCoglplus::smart_enums::_13Smart enum for enumerations with the _13 value
oCoglplus::smart_enums::_14Smart enum for enumerations with the _14 value
oCoglplus::smart_enums::_15Smart enum for enumerations with the _15 value
oCoglplus::smart_enums::_1DSmart enum for enumerations with the _1D value
oCoglplus::smart_enums::_1DArraySmart enum for enumerations with the _1DArray value
oCoglplus::smart_enums::_2Smart enum for enumerations with the _2 value
oCoglplus::smart_enums::_2DSmart enum for enumerations with the _2D value
oCoglplus::smart_enums::_2DArraySmart enum for enumerations with the _2DArray value
oCoglplus::smart_enums::_2DMultisampleSmart enum for enumerations with the _2DMultisample value
oCoglplus::smart_enums::_2DMultisampleArraySmart enum for enumerations with the _2DMultisampleArray value
oCoglplus::smart_enums::_3Smart enum for enumerations with the _3 value
oCoglplus::smart_enums::_3DSmart enum for enumerations with the _3D value
oCoglplus::smart_enums::_4Smart enum for enumerations with the _4 value
oCoglplus::smart_enums::_5Smart enum for enumerations with the _5 value
oCoglplus::smart_enums::_6Smart enum for enumerations with the _6 value
oCoglplus::smart_enums::_7Smart enum for enumerations with the _7 value
oCoglplus::smart_enums::_8Smart enum for enumerations with the _8 value
oCoglplus::smart_enums::_9Smart enum for enumerations with the _9 value
oCoglplus::smart_enums::ASmart enum for enumerations with the A value
oCoglplus::smart_enums::AccumAdjacentPairsSmart enum for enumerations with the AccumAdjacentPairs value
oCoglplus::smart_enums::AccumBufferSmart enum for enumerations with the AccumBuffer value
oCoglplus::smart_enums::ActiveVariablesSmart enum for enumerations with the ActiveVariables value
oCoglplus::smart_enums::AddSmart enum for enumerations with the Add value
oCoglplus::smart_enums::AdjacentPairsSmart enum for enumerations with the AdjacentPairs value
oCoglplus::smart_enums::Affine2DSmart enum for enumerations with the Affine2D value
oCoglplus::smart_enums::Affine3DSmart enum for enumerations with the Affine3D value
oCoglplus::smart_enums::AllSmart enum for enumerations with the All value
oCoglplus::smart_enums::AllAttribsSmart enum for enumerations with the AllAttribs value
oCoglplus::smart_enums::AllShadersSmart enum for enumerations with the AllShaders value
oCoglplus::smart_enums::AlphaSmart enum for enumerations with the Alpha value
oCoglplus::smart_enums::AlreadySignaledSmart enum for enumerations with the AlreadySignaled value
oCoglplus::smart_enums::AlwaysSmart enum for enumerations with the Always value
oCoglplus::smart_enums::AndSmart enum for enumerations with the And value
oCoglplus::smart_enums::AndInvertedSmart enum for enumerations with the AndInverted value
oCoglplus::smart_enums::AndReverseSmart enum for enumerations with the AndReverse value
oCoglplus::smart_enums::AnySamplesPassedSmart enum for enumerations with the AnySamplesPassed value
oCoglplus::smart_enums::APISmart enum for enumerations with the API value
oCoglplus::smart_enums::ApplicationSmart enum for enumerations with the Application value
oCoglplus::smart_enums::ArcToSmart enum for enumerations with the ArcTo value
oCoglplus::smart_enums::ArraySmart enum for enumerations with the Array value
oCoglplus::smart_enums::ArraySizeSmart enum for enumerations with the ArraySize value
oCoglplus::smart_enums::ArrayStrideSmart enum for enumerations with the ArrayStride value
oCoglplus::smart_enums::AtomicCounterSmart enum for enumerations with the AtomicCounter value
oCoglplus::smart_enums::AtomicCounterBufferSmart enum for enumerations with the AtomicCounterBuffer value
oCoglplus::smart_enums::AtomicCounterBufferIndexSmart enum for enumerations with the AtomicCounterBufferIndex value
oCoglplus::smart_enums::BSmart enum for enumerations with the B value
oCoglplus::smart_enums::BackSmart enum for enumerations with the Back value
oCoglplus::smart_enums::BackLeftSmart enum for enumerations with the BackLeft value
oCoglplus::smart_enums::BackRightSmart enum for enumerations with the BackRight value
oCoglplus::smart_enums::BevelSmart enum for enumerations with the Bevel value
oCoglplus::smart_enums::BGRSmart enum for enumerations with the BGR value
oCoglplus::smart_enums::BGRASmart enum for enumerations with the BGRA value
oCoglplus::smart_enums::BGRAIntegerSmart enum for enumerations with the BGRAInteger value
oCoglplus::smart_enums::BGRIntegerSmart enum for enumerations with the BGRInteger value
oCoglplus::smart_enums::BlendSmart enum for enumerations with the Blend value
oCoglplus::smart_enums::BlockIndexSmart enum for enumerations with the BlockIndex value
oCoglplus::smart_enums::BlueSmart enum for enumerations with the Blue value
oCoglplus::smart_enums::BlueIntegerSmart enum for enumerations with the BlueInteger value
oCoglplus::smart_enums::BoldSmart enum for enumerations with the Bold value
oCoglplus::smart_enums::BoolSmart enum for enumerations with the Bool value
oCoglplus::smart_enums::BoolVec2Smart enum for enumerations with the BoolVec2 value
oCoglplus::smart_enums::BoolVec3Smart enum for enumerations with the BoolVec3 value
oCoglplus::smart_enums::BoolVec4Smart enum for enumerations with the BoolVec4 value
oCoglplus::smart_enums::BoundingBoxSmart enum for enumerations with the BoundingBox value
oCoglplus::smart_enums::BoundingBoxOfBoundingBoxesSmart enum for enumerations with the BoundingBoxOfBoundingBoxes value
oCoglplus::smart_enums::BufferSmart enum for enumerations with the Buffer value
oCoglplus::smart_enums::BufferBindingSmart enum for enumerations with the BufferBinding value
oCoglplus::smart_enums::BufferDataSizeSmart enum for enumerations with the BufferDataSize value
oCoglplus::smart_enums::BufferUpdateSmart enum for enumerations with the BufferUpdate value
oCoglplus::smart_enums::BufferVariableSmart enum for enumerations with the BufferVariable value
oCoglplus::smart_enums::ByteSmart enum for enumerations with the Byte value
oCoglplus::smart_enums::CCWSmart enum for enumerations with the CCW value
oCoglplus::smart_enums::CircularCCWArcToSmart enum for enumerations with the CircularCCWArcTo value
oCoglplus::smart_enums::CircularCWArcToSmart enum for enumerations with the CircularCWArcTo value
oCoglplus::smart_enums::CircularTangentArcToSmart enum for enumerations with the CircularTangentArcTo value
oCoglplus::smart_enums::ClampToBorderSmart enum for enumerations with the ClampToBorder value
oCoglplus::smart_enums::ClampToEdgeSmart enum for enumerations with the ClampToEdge value
oCoglplus::smart_enums::ClearSmart enum for enumerations with the Clear value
oCoglplus::smart_enums::ClientMappedBufferSmart enum for enumerations with the ClientMappedBuffer value
oCoglplus::smart_enums::ClientStorageSmart enum for enumerations with the ClientStorage value
oCoglplus::smart_enums::ClipDistanceSmart enum for enumerations with the ClipDistance value
oCoglplus::smart_enums::CloseSmart enum for enumerations with the Close value
oCoglplus::smart_enums::CoherentSmart enum for enumerations with the Coherent value
oCoglplus::smart_enums::ColorSmart enum for enumerations with the Color value
oCoglplus::smart_enums::Color1Smart enum for enumerations with the Color1 value
oCoglplus::smart_enums::Color10Smart enum for enumerations with the Color10 value
oCoglplus::smart_enums::Color11Smart enum for enumerations with the Color11 value
oCoglplus::smart_enums::Color12Smart enum for enumerations with the Color12 value
oCoglplus::smart_enums::Color13Smart enum for enumerations with the Color13 value
oCoglplus::smart_enums::Color14Smart enum for enumerations with the Color14 value
oCoglplus::smart_enums::Color15Smart enum for enumerations with the Color15 value
oCoglplus::smart_enums::Color2Smart enum for enumerations with the Color2 value
oCoglplus::smart_enums::Color3Smart enum for enumerations with the Color3 value
oCoglplus::smart_enums::Color4Smart enum for enumerations with the Color4 value
oCoglplus::smart_enums::Color5Smart enum for enumerations with the Color5 value
oCoglplus::smart_enums::Color6Smart enum for enumerations with the Color6 value
oCoglplus::smart_enums::Color7Smart enum for enumerations with the Color7 value
oCoglplus::smart_enums::Color8Smart enum for enumerations with the Color8 value
oCoglplus::smart_enums::Color9Smart enum for enumerations with the Color9 value
oCoglplus::smart_enums::ColorBufferSmart enum for enumerations with the ColorBuffer value
oCoglplus::smart_enums::ColorLogicOpSmart enum for enumerations with the ColorLogicOp value
oCoglplus::smart_enums::CommandSmart enum for enumerations with the Command value
oCoglplus::smart_enums::CompareRefToTextureSmart enum for enumerations with the CompareRefToTexture value
oCoglplus::smart_enums::CompatibilitySmart enum for enumerations with the Compatibility value
oCoglplus::smart_enums::CompatibleSubroutinesSmart enum for enumerations with the CompatibleSubroutines value
oCoglplus::smart_enums::CompleteSmart enum for enumerations with the Complete value
oCoglplus::smart_enums::CompressedETC2EACSmart enum for enumerations with the CompressedETC2EAC value
oCoglplus::smart_enums::CompressedR11EACSmart enum for enumerations with the CompressedR11EAC value
oCoglplus::smart_enums::CompressedRedSmart enum for enumerations with the CompressedRed value
oCoglplus::smart_enums::CompressedRedRGTC1Smart enum for enumerations with the CompressedRedRGTC1 value
oCoglplus::smart_enums::CompressedRGSmart enum for enumerations with the CompressedRG value
oCoglplus::smart_enums::CompressedRG11EACSmart enum for enumerations with the CompressedRG11EAC value
oCoglplus::smart_enums::CompressedRGBSmart enum for enumerations with the CompressedRGB value
oCoglplus::smart_enums::CompressedRGB8ETC2Smart enum for enumerations with the CompressedRGB8ETC2 value
oCoglplus::smart_enums::CompressedRGB8PunchthroughAlpha1ETC2Smart enum for enumerations with the CompressedRGB8PunchthroughAlpha1ETC2 value
oCoglplus::smart_enums::CompressedRGBASmart enum for enumerations with the CompressedRGBA value
oCoglplus::smart_enums::CompressedRGBABPTCUNormSmart enum for enumerations with the CompressedRGBABPTCUNorm value
oCoglplus::smart_enums::CompressedRGBBPTCSignedFloatSmart enum for enumerations with the CompressedRGBBPTCSignedFloat value
oCoglplus::smart_enums::CompressedRGBBPTCUnsignedFloatSmart enum for enumerations with the CompressedRGBBPTCUnsignedFloat value
oCoglplus::smart_enums::CompressedRGRGTC2Smart enum for enumerations with the CompressedRGRGTC2 value
oCoglplus::smart_enums::CompressedSignedR11EACSmart enum for enumerations with the CompressedSignedR11EAC value
oCoglplus::smart_enums::CompressedSignedRedRGTC1Smart enum for enumerations with the CompressedSignedRedRGTC1 value
oCoglplus::smart_enums::CompressedSignedRG11EACSmart enum for enumerations with the CompressedSignedRG11EAC value
oCoglplus::smart_enums::CompressedSignedRGRGTC2Smart enum for enumerations with the CompressedSignedRGRGTC2 value
oCoglplus::smart_enums::CompressedSRGBSmart enum for enumerations with the CompressedSRGB value
oCoglplus::smart_enums::CompressedSRGB8Alpha8ETC2EACSmart enum for enumerations with the CompressedSRGB8Alpha8ETC2EAC value
oCoglplus::smart_enums::CompressedSRGB8ETC2Smart enum for enumerations with the CompressedSRGB8ETC2 value
oCoglplus::smart_enums::CompressedSRGB8PunchthroughAlpha1ETC2Smart enum for enumerations with the CompressedSRGB8PunchthroughAlpha1ETC2 value
oCoglplus::smart_enums::CompressedSRGBAlphaSmart enum for enumerations with the CompressedSRGBAlpha value
oCoglplus::smart_enums::CompressedSRGBAlphaBPTCUNormSmart enum for enumerations with the CompressedSRGBAlphaBPTCUNorm value
oCoglplus::smart_enums::ComputeSmart enum for enumerations with the Compute value
oCoglplus::smart_enums::ComputeShaderSmart enum for enumerations with the ComputeShader value
oCoglplus::smart_enums::ComputeSubroutineSmart enum for enumerations with the ComputeSubroutine value
oCoglplus::smart_enums::ComputeSubroutineUniformSmart enum for enumerations with the ComputeSubroutineUniform value
oCoglplus::smart_enums::ConditionSatisfiedSmart enum for enumerations with the ConditionSatisfied value
oCoglplus::smart_enums::ConstantAlphaSmart enum for enumerations with the ConstantAlpha value
oCoglplus::smart_enums::ConstantColorSmart enum for enumerations with the ConstantColor value
oCoglplus::smart_enums::ConvexHullSmart enum for enumerations with the ConvexHull value
oCoglplus::smart_enums::CopySmart enum for enumerations with the Copy value
oCoglplus::smart_enums::CopyInvertedSmart enum for enumerations with the CopyInverted value
oCoglplus::smart_enums::CopyReadSmart enum for enumerations with the CopyRead value
oCoglplus::smart_enums::CopyWriteSmart enum for enumerations with the CopyWrite value
oCoglplus::smart_enums::CoreSmart enum for enumerations with the Core value
oCoglplus::smart_enums::CountDownSmart enum for enumerations with the CountDown value
oCoglplus::smart_enums::CountUpSmart enum for enumerations with the CountUp value
oCoglplus::smart_enums::CubeMapSmart enum for enumerations with the CubeMap value
oCoglplus::smart_enums::CubeMapArraySmart enum for enumerations with the CubeMapArray value
oCoglplus::smart_enums::CubeMapNegativeXSmart enum for enumerations with the CubeMapNegativeX value
oCoglplus::smart_enums::CubeMapNegativeYSmart enum for enumerations with the CubeMapNegativeY value
oCoglplus::smart_enums::CubeMapNegativeZSmart enum for enumerations with the CubeMapNegativeZ value
oCoglplus::smart_enums::CubeMapPositiveXSmart enum for enumerations with the CubeMapPositiveX value
oCoglplus::smart_enums::CubeMapPositiveYSmart enum for enumerations with the CubeMapPositiveY value
oCoglplus::smart_enums::CubeMapPositiveZSmart enum for enumerations with the CubeMapPositiveZ value
oCoglplus::smart_enums::CubicCurveToSmart enum for enumerations with the CubicCurveTo value
oCoglplus::smart_enums::CullFaceSmart enum for enumerations with the CullFace value
oCoglplus::smart_enums::CurrentSmart enum for enumerations with the Current value
oCoglplus::smart_enums::CWSmart enum for enumerations with the CW value
oCoglplus::smart_enums::DebugSmart enum for enumerations with the Debug value
oCoglplus::smart_enums::DebugOutputSynchronousSmart enum for enumerations with the DebugOutputSynchronous value
oCoglplus::smart_enums::DecrSmart enum for enumerations with the Decr value
oCoglplus::smart_enums::DecrWrapSmart enum for enumerations with the DecrWrap value
oCoglplus::smart_enums::DeprecatedBehaviorSmart enum for enumerations with the DeprecatedBehavior value
oCoglplus::smart_enums::DepthSmart enum for enumerations with the Depth value
oCoglplus::smart_enums::Depth24Stencil8Smart enum for enumerations with the Depth24Stencil8 value
oCoglplus::smart_enums::Depth32fStencil8Smart enum for enumerations with the Depth32fStencil8 value
oCoglplus::smart_enums::DepthBufferSmart enum for enumerations with the DepthBuffer value
oCoglplus::smart_enums::DepthComponentSmart enum for enumerations with the DepthComponent value
oCoglplus::smart_enums::DepthComponent16Smart enum for enumerations with the DepthComponent16 value
oCoglplus::smart_enums::DepthComponent24Smart enum for enumerations with the DepthComponent24 value
oCoglplus::smart_enums::DepthComponent32Smart enum for enumerations with the DepthComponent32 value
oCoglplus::smart_enums::DepthComponent32FSmart enum for enumerations with the DepthComponent32F value
oCoglplus::smart_enums::DepthStencilSmart enum for enumerations with the DepthStencil value
oCoglplus::smart_enums::DepthTestSmart enum for enumerations with the DepthTest value
oCoglplus::smart_enums::DispatchIndirectSmart enum for enumerations with the DispatchIndirect value
oCoglplus::smart_enums::DitherSmart enum for enumerations with the Dither value
oCoglplus::smart_enums::DontCareSmart enum for enumerations with the DontCare value
oCoglplus::smart_enums::DoubleSmart enum for enumerations with the Double value
oCoglplus::smart_enums::DoubleMat2Smart enum for enumerations with the DoubleMat2 value
oCoglplus::smart_enums::DoubleMat2x3Smart enum for enumerations with the DoubleMat2x3 value
oCoglplus::smart_enums::DoubleMat2x4Smart enum for enumerations with the DoubleMat2x4 value
oCoglplus::smart_enums::DoubleMat3Smart enum for enumerations with the DoubleMat3 value
oCoglplus::smart_enums::DoubleMat3x2Smart enum for enumerations with the DoubleMat3x2 value
oCoglplus::smart_enums::DoubleMat3x4Smart enum for enumerations with the DoubleMat3x4 value
oCoglplus::smart_enums::DoubleMat4Smart enum for enumerations with the DoubleMat4 value
oCoglplus::smart_enums::DoubleMat4x2Smart enum for enumerations with the DoubleMat4x2 value
oCoglplus::smart_enums::DoubleMat4x3Smart enum for enumerations with the DoubleMat4x3 value
oCoglplus::smart_enums::DoubleVec2Smart enum for enumerations with the DoubleVec2 value
oCoglplus::smart_enums::DoubleVec3Smart enum for enumerations with the DoubleVec3 value
oCoglplus::smart_enums::DoubleVec4Smart enum for enumerations with the DoubleVec4 value
oCoglplus::smart_enums::DrawSmart enum for enumerations with the Draw value
oCoglplus::smart_enums::DrawIndirectSmart enum for enumerations with the DrawIndirect value
oCoglplus::smart_enums::DstAlphaSmart enum for enumerations with the DstAlpha value
oCoglplus::smart_enums::DstColorSmart enum for enumerations with the DstColor value
oCoglplus::smart_enums::DupFirstCubicCurveToSmart enum for enumerations with the DupFirstCubicCurveTo value
oCoglplus::smart_enums::DupLastCubicCurveToSmart enum for enumerations with the DupLastCubicCurveTo value
oCoglplus::smart_enums::DynamicCopySmart enum for enumerations with the DynamicCopy value
oCoglplus::smart_enums::DynamicDrawSmart enum for enumerations with the DynamicDraw value
oCoglplus::smart_enums::DynamicReadSmart enum for enumerations with the DynamicRead value
oCoglplus::smart_enums::DynamicStorageSmart enum for enumerations with the DynamicStorage value
oCoglplus::smart_enums::ElementArraySmart enum for enumerations with the ElementArray value
oCoglplus::smart_enums::EnableSmart enum for enumerations with the Enable value
oCoglplus::smart_enums::EqualSmart enum for enumerations with the Equal value
oCoglplus::smart_enums::EquivSmart enum for enumerations with the Equiv value
oCoglplus::smart_enums::ErrorSmart enum for enumerations with the Error value
oCoglplus::smart_enums::EvalSmart enum for enumerations with the Eval value
oCoglplus::smart_enums::ExternalVirtualMemorySmart enum for enumerations with the ExternalVirtualMemory value
oCoglplus::smart_enums::EyeLinearSmart enum for enumerations with the EyeLinear value
oCoglplus::smart_enums::FastestSmart enum for enumerations with the Fastest value
oCoglplus::smart_enums::FenceSmart enum for enumerations with the Fence value
oCoglplus::smart_enums::FileNameSmart enum for enumerations with the FileName value
oCoglplus::smart_enums::FillSmart enum for enumerations with the Fill value
oCoglplus::smart_enums::FillCoverSmart enum for enumerations with the FillCover value
oCoglplus::smart_enums::FillModeSmart enum for enumerations with the FillMode value
oCoglplus::smart_enums::FirstToRestSmart enum for enumerations with the FirstToRest value
oCoglplus::smart_enums::FirstVertexConventionSmart enum for enumerations with the FirstVertexConvention value
oCoglplus::smart_enums::FixedSmart enum for enumerations with the Fixed value
oCoglplus::smart_enums::FlatSmart enum for enumerations with the Flat value
oCoglplus::smart_enums::FloatSmart enum for enumerations with the Float value
oCoglplus::smart_enums::Float_32UnsignedInt_24_8_RevSmart enum for enumerations with the Float_32UnsignedInt_24_8_Rev value
oCoglplus::smart_enums::FloatMat2Smart enum for enumerations with the FloatMat2 value
oCoglplus::smart_enums::FloatMat2x3Smart enum for enumerations with the FloatMat2x3 value
oCoglplus::smart_enums::FloatMat2x4Smart enum for enumerations with the FloatMat2x4 value
oCoglplus::smart_enums::FloatMat3Smart enum for enumerations with the FloatMat3 value
oCoglplus::smart_enums::FloatMat3x2Smart enum for enumerations with the FloatMat3x2 value
oCoglplus::smart_enums::FloatMat3x4Smart enum for enumerations with the FloatMat3x4 value
oCoglplus::smart_enums::FloatMat4Smart enum for enumerations with the FloatMat4 value
oCoglplus::smart_enums::FloatMat4x2Smart enum for enumerations with the FloatMat4x2 value
oCoglplus::smart_enums::FloatMat4x3Smart enum for enumerations with the FloatMat4x3 value
oCoglplus::smart_enums::FloatVec2Smart enum for enumerations with the FloatVec2 value
oCoglplus::smart_enums::FloatVec3Smart enum for enumerations with the FloatVec3 value
oCoglplus::smart_enums::FloatVec4Smart enum for enumerations with the FloatVec4 value
oCoglplus::smart_enums::FlushExplicitSmart enum for enumerations with the FlushExplicit value
oCoglplus::smart_enums::FogSmart enum for enumerations with the Fog value
oCoglplus::smart_enums::FontAscenderSmart enum for enumerations with the FontAscender value
oCoglplus::smart_enums::FontDescenderSmart enum for enumerations with the FontDescender value
oCoglplus::smart_enums::FontHasKerningSmart enum for enumerations with the FontHasKerning value
oCoglplus::smart_enums::FontHeightSmart enum for enumerations with the FontHeight value
oCoglplus::smart_enums::FontMaxAdvanceHeightSmart enum for enumerations with the FontMaxAdvanceHeight value
oCoglplus::smart_enums::FontMaxAdvanceWidthSmart enum for enumerations with the FontMaxAdvanceWidth value
oCoglplus::smart_enums::FontUnderlinePositionSmart enum for enumerations with the FontUnderlinePosition value
oCoglplus::smart_enums::FontUnderlineThicknessSmart enum for enumerations with the FontUnderlineThickness value
oCoglplus::smart_enums::FontUnitsPerEmSmart enum for enumerations with the FontUnitsPerEm value
oCoglplus::smart_enums::FontXMaxBoundsSmart enum for enumerations with the FontXMaxBounds value
oCoglplus::smart_enums::FontXMinBoundsSmart enum for enumerations with the FontXMinBounds value
oCoglplus::smart_enums::FontYMaxBoundsSmart enum for enumerations with the FontYMaxBounds value
oCoglplus::smart_enums::FontYMinBoundsSmart enum for enumerations with the FontYMinBounds value
oCoglplus::smart_enums::ForwardCompatibleSmart enum for enumerations with the ForwardCompatible value
oCoglplus::smart_enums::FractionalEvenSmart enum for enumerations with the FractionalEven value
oCoglplus::smart_enums::FractionalOddSmart enum for enumerations with the FractionalOdd value
oCoglplus::smart_enums::FragmentSmart enum for enumerations with the Fragment value
oCoglplus::smart_enums::FragmentShaderSmart enum for enumerations with the FragmentShader value
oCoglplus::smart_enums::FragmentShaderDerivativeSmart enum for enumerations with the FragmentShaderDerivative value
oCoglplus::smart_enums::FragmentSubroutineSmart enum for enumerations with the FragmentSubroutine value
oCoglplus::smart_enums::FragmentSubroutineUniformSmart enum for enumerations with the FragmentSubroutineUniform value
oCoglplus::smart_enums::FramebufferSmart enum for enumerations with the Framebuffer value
oCoglplus::smart_enums::FramebufferSRGBSmart enum for enumerations with the FramebufferSRGB value
oCoglplus::smart_enums::FrontSmart enum for enumerations with the Front value
oCoglplus::smart_enums::FrontAndBackSmart enum for enumerations with the FrontAndBack value
oCoglplus::smart_enums::FrontLeftSmart enum for enumerations with the FrontLeft value
oCoglplus::smart_enums::FrontRightSmart enum for enumerations with the FrontRight value
oCoglplus::smart_enums::GSmart enum for enumerations with the G value
oCoglplus::smart_enums::GeometrySmart enum for enumerations with the Geometry value
oCoglplus::smart_enums::GeometryShaderSmart enum for enumerations with the GeometryShader value
oCoglplus::smart_enums::GeometrySubroutineSmart enum for enumerations with the GeometrySubroutine value
oCoglplus::smart_enums::GeometrySubroutineUniformSmart enum for enumerations with the GeometrySubroutineUniform value
oCoglplus::smart_enums::GEqualSmart enum for enumerations with the GEqual value
oCoglplus::smart_enums::GlyphHasKerningSmart enum for enumerations with the GlyphHasKerning value
oCoglplus::smart_enums::GlyphHeightSmart enum for enumerations with the GlyphHeight value
oCoglplus::smart_enums::GlyphHorizontalBearingAdvanceSmart enum for enumerations with the GlyphHorizontalBearingAdvance value
oCoglplus::smart_enums::GlyphHorizontalBearingXSmart enum for enumerations with the GlyphHorizontalBearingX value
oCoglplus::smart_enums::GlyphHorizontalBearingYSmart enum for enumerations with the GlyphHorizontalBearingY value
oCoglplus::smart_enums::GlyphVerticalBearingAdvanceSmart enum for enumerations with the GlyphVerticalBearingAdvance value
oCoglplus::smart_enums::GlyphVerticalBearingXSmart enum for enumerations with the GlyphVerticalBearingX value
oCoglplus::smart_enums::GlyphVerticalBearingYSmart enum for enumerations with the GlyphVerticalBearingY value
oCoglplus::smart_enums::GlyphWidthSmart enum for enumerations with the GlyphWidth value
oCoglplus::smart_enums::GPUCommandsCompleteSmart enum for enumerations with the GPUCommandsComplete value
oCoglplus::smart_enums::GreaterSmart enum for enumerations with the Greater value
oCoglplus::smart_enums::GreenSmart enum for enumerations with the Green value
oCoglplus::smart_enums::GreenIntegerSmart enum for enumerations with the GreenInteger value
oCoglplus::smart_enums::GuiltyContextResetSmart enum for enumerations with the GuiltyContextReset value
oCoglplus::smart_enums::HalfFloatSmart enum for enumerations with the HalfFloat value
oCoglplus::smart_enums::HighSmart enum for enumerations with the High value
oCoglplus::smart_enums::HighFloatSmart enum for enumerations with the HighFloat value
oCoglplus::smart_enums::HighIntSmart enum for enumerations with the HighInt value
oCoglplus::smart_enums::HintSmart enum for enumerations with the Hint value
oCoglplus::smart_enums::HorizontalLineToSmart enum for enumerations with the HorizontalLineTo value
oCoglplus::smart_enums::Image1DSmart enum for enumerations with the Image1D value
oCoglplus::smart_enums::Image1DArraySmart enum for enumerations with the Image1DArray value
oCoglplus::smart_enums::Image2DSmart enum for enumerations with the Image2D value
oCoglplus::smart_enums::Image2DArraySmart enum for enumerations with the Image2DArray value
oCoglplus::smart_enums::Image2DMultisampleSmart enum for enumerations with the Image2DMultisample value
oCoglplus::smart_enums::Image2DMultisampleArraySmart enum for enumerations with the Image2DMultisampleArray value
oCoglplus::smart_enums::Image2DRectSmart enum for enumerations with the Image2DRect value
oCoglplus::smart_enums::Image3DSmart enum for enumerations with the Image3D value
oCoglplus::smart_enums::ImageBufferSmart enum for enumerations with the ImageBuffer value
oCoglplus::smart_enums::ImageCubeSmart enum for enumerations with the ImageCube value
oCoglplus::smart_enums::IncompleteAttachmentSmart enum for enumerations with the IncompleteAttachment value
oCoglplus::smart_enums::IncompleteLayerTargetsSmart enum for enumerations with the IncompleteLayerTargets value
oCoglplus::smart_enums::IncompleteMissingAttachmentSmart enum for enumerations with the IncompleteMissingAttachment value
oCoglplus::smart_enums::IncompleteMultisampleSmart enum for enumerations with the IncompleteMultisample value
oCoglplus::smart_enums::IncrSmart enum for enumerations with the Incr value
oCoglplus::smart_enums::IncrWrapSmart enum for enumerations with the IncrWrap value
oCoglplus::smart_enums::InnocentContextResetSmart enum for enumerations with the InnocentContextReset value
oCoglplus::smart_enums::IntSmart enum for enumerations with the Int value
oCoglplus::smart_enums::IntensitySmart enum for enumerations with the Intensity value
oCoglplus::smart_enums::InterleavedAttribsSmart enum for enumerations with the InterleavedAttribs value
oCoglplus::smart_enums::IntImage1DSmart enum for enumerations with the IntImage1D value
oCoglplus::smart_enums::IntImage1DArraySmart enum for enumerations with the IntImage1DArray value
oCoglplus::smart_enums::IntImage2DSmart enum for enumerations with the IntImage2D value
oCoglplus::smart_enums::IntImage2DArraySmart enum for enumerations with the IntImage2DArray value
oCoglplus::smart_enums::IntImage2DMultisampleSmart enum for enumerations with the IntImage2DMultisample value
oCoglplus::smart_enums::IntImage2DMultisampleArraySmart enum for enumerations with the IntImage2DMultisampleArray value
oCoglplus::smart_enums::IntImage2DRectSmart enum for enumerations with the IntImage2DRect value
oCoglplus::smart_enums::IntImage3DSmart enum for enumerations with the IntImage3D value
oCoglplus::smart_enums::IntImageBufferSmart enum for enumerations with the IntImageBuffer value
oCoglplus::smart_enums::IntImageCubeSmart enum for enumerations with the IntImageCube value
oCoglplus::smart_enums::IntSampler1DSmart enum for enumerations with the IntSampler1D value
oCoglplus::smart_enums::IntSampler1DArraySmart enum for enumerations with the IntSampler1DArray value
oCoglplus::smart_enums::IntSampler2DSmart enum for enumerations with the IntSampler2D value
oCoglplus::smart_enums::IntSampler2DArraySmart enum for enumerations with the IntSampler2DArray value
oCoglplus::smart_enums::IntSampler2DMultisampleSmart enum for enumerations with the IntSampler2DMultisample value
oCoglplus::smart_enums::IntSampler2DMultisampleArraySmart enum for enumerations with the IntSampler2DMultisampleArray value
oCoglplus::smart_enums::IntSampler2DRectSmart enum for enumerations with the IntSampler2DRect value
oCoglplus::smart_enums::IntSampler3DSmart enum for enumerations with the IntSampler3D value
oCoglplus::smart_enums::IntSamplerBufferSmart enum for enumerations with the IntSamplerBuffer value
oCoglplus::smart_enums::IntSamplerCubeSmart enum for enumerations with the IntSamplerCube value
oCoglplus::smart_enums::IntSamplerCubeMapArraySmart enum for enumerations with the IntSamplerCubeMapArray value
oCoglplus::smart_enums::IntVec2Smart enum for enumerations with the IntVec2 value
oCoglplus::smart_enums::IntVec3Smart enum for enumerations with the IntVec3 value
oCoglplus::smart_enums::IntVec4Smart enum for enumerations with the IntVec4 value
oCoglplus::smart_enums::InvalidateBufferSmart enum for enumerations with the InvalidateBuffer value
oCoglplus::smart_enums::InvalidateRangeSmart enum for enumerations with the InvalidateRange value
oCoglplus::smart_enums::InvalidEnumSmart enum for enumerations with the InvalidEnum value
oCoglplus::smart_enums::InvalidFramebufferOperationSmart enum for enumerations with the InvalidFramebufferOperation value
oCoglplus::smart_enums::InvalidOperationSmart enum for enumerations with the InvalidOperation value
oCoglplus::smart_enums::InvalidValueSmart enum for enumerations with the InvalidValue value
oCoglplus::smart_enums::InvertSmart enum for enumerations with the Invert value
oCoglplus::smart_enums::IsolinesSmart enum for enumerations with the Isolines value
oCoglplus::smart_enums::IsPerPatchSmart enum for enumerations with the IsPerPatch value
oCoglplus::smart_enums::IsRowMajorSmart enum for enumerations with the IsRowMajor value
oCoglplus::smart_enums::ItalicSmart enum for enumerations with the Italic value
oCoglplus::smart_enums::KeepSmart enum for enumerations with the Keep value
oCoglplus::smart_enums::LargeCCWArcToSmart enum for enumerations with the LargeCCWArcTo value
oCoglplus::smart_enums::LargeCWArcToSmart enum for enumerations with the LargeCWArcTo value
oCoglplus::smart_enums::LastVertexConventionSmart enum for enumerations with the LastVertexConvention value
oCoglplus::smart_enums::LeftSmart enum for enumerations with the Left value
oCoglplus::smart_enums::LEqualSmart enum for enumerations with the LEqual value
oCoglplus::smart_enums::LessSmart enum for enumerations with the Less value
oCoglplus::smart_enums::LightingSmart enum for enumerations with the Lighting value
oCoglplus::smart_enums::LineSmart enum for enumerations with the Line value
oCoglplus::smart_enums::LinearSmart enum for enumerations with the Linear value
oCoglplus::smart_enums::LinearMipmapLinearSmart enum for enumerations with the LinearMipmapLinear value
oCoglplus::smart_enums::LinearMipmapNearestSmart enum for enumerations with the LinearMipmapNearest value
oCoglplus::smart_enums::LineLoopSmart enum for enumerations with the LineLoop value
oCoglplus::smart_enums::LinesSmart enum for enumerations with the Lines value
oCoglplus::smart_enums::LinesAdjacencySmart enum for enumerations with the LinesAdjacency value
oCoglplus::smart_enums::LineSmoothSmart enum for enumerations with the LineSmooth value
oCoglplus::smart_enums::LineStripSmart enum for enumerations with the LineStrip value
oCoglplus::smart_enums::LineStripAdjacencySmart enum for enumerations with the LineStripAdjacency value
oCoglplus::smart_enums::LineToSmart enum for enumerations with the LineTo value
oCoglplus::smart_enums::ListSmart enum for enumerations with the List value
oCoglplus::smart_enums::LocationSmart enum for enumerations with the Location value
oCoglplus::smart_enums::LocationComponentSmart enum for enumerations with the LocationComponent value
oCoglplus::smart_enums::LocationIndexSmart enum for enumerations with the LocationIndex value
oCoglplus::smart_enums::LoseContextOnResetSmart enum for enumerations with the LoseContextOnReset value
oCoglplus::smart_enums::LowSmart enum for enumerations with the Low value
oCoglplus::smart_enums::LowFloatSmart enum for enumerations with the LowFloat value
oCoglplus::smart_enums::LowIntSmart enum for enumerations with the LowInt value
oCoglplus::smart_enums::LuminanceSmart enum for enumerations with the Luminance value
oCoglplus::smart_enums::LuminanceAlphaSmart enum for enumerations with the LuminanceAlpha value
oCoglplus::smart_enums::MapCoherentSmart enum for enumerations with the MapCoherent value
oCoglplus::smart_enums::MapPersistentSmart enum for enumerations with the MapPersistent value
oCoglplus::smart_enums::MapReadSmart enum for enumerations with the MapRead value
oCoglplus::smart_enums::MapWriteSmart enum for enumerations with the MapWrite value
oCoglplus::smart_enums::MarkerSmart enum for enumerations with the Marker value
oCoglplus::smart_enums::MatrixStrideSmart enum for enumerations with the MatrixStride value
oCoglplus::smart_enums::MaxSmart enum for enumerations with the Max value
oCoglplus::smart_enums::Max3DTextureSizeSmart enum for enumerations with the Max3DTextureSize value
oCoglplus::smart_enums::MaxArrayTextureLayersSmart enum for enumerations with the MaxArrayTextureLayers value
oCoglplus::smart_enums::MaxAtomicCounterBufferBindingsSmart enum for enumerations with the MaxAtomicCounterBufferBindings value
oCoglplus::smart_enums::MaxAtomicCounterBufferSizeSmart enum for enumerations with the MaxAtomicCounterBufferSize value
oCoglplus::smart_enums::MaxClipDistancesSmart enum for enumerations with the MaxClipDistances value
oCoglplus::smart_enums::MaxColorAttachmentsSmart enum for enumerations with the MaxColorAttachments value
oCoglplus::smart_enums::MaxColorTextureSamplesSmart enum for enumerations with the MaxColorTextureSamples value
oCoglplus::smart_enums::MaxCombinedAtomicCounterBuffersSmart enum for enumerations with the MaxCombinedAtomicCounterBuffers value
oCoglplus::smart_enums::MaxCombinedAtomicCountersSmart enum for enumerations with the MaxCombinedAtomicCounters value
oCoglplus::smart_enums::MaxCombinedFragmentUniformComponentsSmart enum for enumerations with the MaxCombinedFragmentUniformComponents value
oCoglplus::smart_enums::MaxCombinedGeometryUniformComponentsSmart enum for enumerations with the MaxCombinedGeometryUniformComponents value
oCoglplus::smart_enums::MaxCombinedImageUniformsSmart enum for enumerations with the MaxCombinedImageUniforms value
oCoglplus::smart_enums::MaxCombinedImageUnitsAndFragmentOutputsSmart enum for enumerations with the MaxCombinedImageUnitsAndFragmentOutputs value
oCoglplus::smart_enums::MaxCombinedTessControlUniformComponentsSmart enum for enumerations with the MaxCombinedTessControlUniformComponents value
oCoglplus::smart_enums::MaxCombinedTessEvaluationUniformComponentsSmart enum for enumerations with the MaxCombinedTessEvaluationUniformComponents value
oCoglplus::smart_enums::MaxCombinedTextureImageUnitsSmart enum for enumerations with the MaxCombinedTextureImageUnits value
oCoglplus::smart_enums::MaxCombinedUniformBlocksSmart enum for enumerations with the MaxCombinedUniformBlocks value
oCoglplus::smart_enums::MaxCombinedVertexUniformComponentsSmart enum for enumerations with the MaxCombinedVertexUniformComponents value
oCoglplus::smart_enums::MaxComputeSharedMemorySizeSmart enum for enumerations with the MaxComputeSharedMemorySize value
oCoglplus::smart_enums::MaxComputeWorkGroupCountSmart enum for enumerations with the MaxComputeWorkGroupCount value
oCoglplus::smart_enums::MaxComputeWorkGroupInvocationsSmart enum for enumerations with the MaxComputeWorkGroupInvocations value
oCoglplus::smart_enums::MaxComputeWorkGroupSizeSmart enum for enumerations with the MaxComputeWorkGroupSize value
oCoglplus::smart_enums::MaxCubeMapTextureSizeSmart enum for enumerations with the MaxCubeMapTextureSize value
oCoglplus::smart_enums::MaxDepthTextureSamplesSmart enum for enumerations with the MaxDepthTextureSamples value
oCoglplus::smart_enums::MaxDrawBuffersSmart enum for enumerations with the MaxDrawBuffers value
oCoglplus::smart_enums::MaxDualSourceDrawBuffersSmart enum for enumerations with the MaxDualSourceDrawBuffers value
oCoglplus::smart_enums::MaxElementsIndicesSmart enum for enumerations with the MaxElementsIndices value
oCoglplus::smart_enums::MaxElementsVerticesSmart enum for enumerations with the MaxElementsVertices value
oCoglplus::smart_enums::MaxFragmentAtomicCounterBuffersSmart enum for enumerations with the MaxFragmentAtomicCounterBuffers value
oCoglplus::smart_enums::MaxFragmentAtomicCountersSmart enum for enumerations with the MaxFragmentAtomicCounters value
oCoglplus::smart_enums::MaxFragmentImageUniformsSmart enum for enumerations with the MaxFragmentImageUniforms value
oCoglplus::smart_enums::MaxFragmentInputComponentsSmart enum for enumerations with the MaxFragmentInputComponents value
oCoglplus::smart_enums::MaxFragmentInterpolationOffsetSmart enum for enumerations with the MaxFragmentInterpolationOffset value
oCoglplus::smart_enums::MaxFragmentUniformBlocksSmart enum for enumerations with the MaxFragmentUniformBlocks value
oCoglplus::smart_enums::MaxFragmentUniformComponentsSmart enum for enumerations with the MaxFragmentUniformComponents value
oCoglplus::smart_enums::MaxFragmentUniformVectorsSmart enum for enumerations with the MaxFragmentUniformVectors value
oCoglplus::smart_enums::MaxGeometryAtomicCounterBuffersSmart enum for enumerations with the MaxGeometryAtomicCounterBuffers value
oCoglplus::smart_enums::MaxGeometryAtomicCountersSmart enum for enumerations with the MaxGeometryAtomicCounters value
oCoglplus::smart_enums::MaxGeometryImageUniformsSmart enum for enumerations with the MaxGeometryImageUniforms value
oCoglplus::smart_enums::MaxGeometryInputComponentsSmart enum for enumerations with the MaxGeometryInputComponents value
oCoglplus::smart_enums::MaxGeometryOutputComponentsSmart enum for enumerations with the MaxGeometryOutputComponents value
oCoglplus::smart_enums::MaxGeometryOutputVerticesSmart enum for enumerations with the MaxGeometryOutputVertices value
oCoglplus::smart_enums::MaxGeometryShaderInvocationsSmart enum for enumerations with the MaxGeometryShaderInvocations value
oCoglplus::smart_enums::MaxGeometryTextureImageUnitsSmart enum for enumerations with the MaxGeometryTextureImageUnits value
oCoglplus::smart_enums::MaxGeometryTotalOutputComponentsSmart enum for enumerations with the MaxGeometryTotalOutputComponents value
oCoglplus::smart_enums::MaxGeometryUniformBlocksSmart enum for enumerations with the MaxGeometryUniformBlocks value
oCoglplus::smart_enums::MaxGeometryUniformComponentsSmart enum for enumerations with the MaxGeometryUniformComponents value
oCoglplus::smart_enums::MaxImageSamplesSmart enum for enumerations with the MaxImageSamples value
oCoglplus::smart_enums::MaxImageUnitsSmart enum for enumerations with the MaxImageUnits value
oCoglplus::smart_enums::MaxIntegerSamplesSmart enum for enumerations with the MaxIntegerSamples value
oCoglplus::smart_enums::MaxPatchVerticesSmart enum for enumerations with the MaxPatchVertices value
oCoglplus::smart_enums::MaxProgramTexelOffsetSmart enum for enumerations with the MaxProgramTexelOffset value
oCoglplus::smart_enums::MaxProgramTextureGatherOffsetSmart enum for enumerations with the MaxProgramTextureGatherOffset value
oCoglplus::smart_enums::MaxRectangleTextureSizeSmart enum for enumerations with the MaxRectangleTextureSize value
oCoglplus::smart_enums::MaxRenderbufferSizeSmart enum for enumerations with the MaxRenderbufferSize value
oCoglplus::smart_enums::MaxSampleMaskWordsSmart enum for enumerations with the MaxSampleMaskWords value
oCoglplus::smart_enums::MaxSamplesSmart enum for enumerations with the MaxSamples value
oCoglplus::smart_enums::MaxServerWaitTimeoutSmart enum for enumerations with the MaxServerWaitTimeout value
oCoglplus::smart_enums::MaxSubroutinesSmart enum for enumerations with the MaxSubroutines value
oCoglplus::smart_enums::MaxSubroutineUniformLocationsSmart enum for enumerations with the MaxSubroutineUniformLocations value
oCoglplus::smart_enums::MaxTessControlAtomicCounterBuffersSmart enum for enumerations with the MaxTessControlAtomicCounterBuffers value
oCoglplus::smart_enums::MaxTessControlAtomicCountersSmart enum for enumerations with the MaxTessControlAtomicCounters value
oCoglplus::smart_enums::MaxTessControlImageUniformsSmart enum for enumerations with the MaxTessControlImageUniforms value
oCoglplus::smart_enums::MaxTessControlInputComponentsSmart enum for enumerations with the MaxTessControlInputComponents value
oCoglplus::smart_enums::MaxTessControlOutputComponentsSmart enum for enumerations with the MaxTessControlOutputComponents value
oCoglplus::smart_enums::MaxTessControlTextureImageUnitsSmart enum for enumerations with the MaxTessControlTextureImageUnits value
oCoglplus::smart_enums::MaxTessControlTotalOutputComponentsSmart enum for enumerations with the MaxTessControlTotalOutputComponents value
oCoglplus::smart_enums::MaxTessControlUniformBlocksSmart enum for enumerations with the MaxTessControlUniformBlocks value
oCoglplus::smart_enums::MaxTessControlUniformComponentsSmart enum for enumerations with the MaxTessControlUniformComponents value
oCoglplus::smart_enums::MaxTessEvaluationAtomicCounterBuffersSmart enum for enumerations with the MaxTessEvaluationAtomicCounterBuffers value
oCoglplus::smart_enums::MaxTessEvaluationAtomicCountersSmart enum for enumerations with the MaxTessEvaluationAtomicCounters value
oCoglplus::smart_enums::MaxTessEvaluationImageUniformsSmart enum for enumerations with the MaxTessEvaluationImageUniforms value
oCoglplus::smart_enums::MaxTessEvaluationInputComponentsSmart enum for enumerations with the MaxTessEvaluationInputComponents value
oCoglplus::smart_enums::MaxTessEvaluationOutputComponentsSmart enum for enumerations with the MaxTessEvaluationOutputComponents value
oCoglplus::smart_enums::MaxTessEvaluationTextureImageUnitsSmart enum for enumerations with the MaxTessEvaluationTextureImageUnits value
oCoglplus::smart_enums::MaxTessEvaluationUniformBlocksSmart enum for enumerations with the MaxTessEvaluationUniformBlocks value
oCoglplus::smart_enums::MaxTessEvaluationUniformComponentsSmart enum for enumerations with the MaxTessEvaluationUniformComponents value
oCoglplus::smart_enums::MaxTessGenLevelSmart enum for enumerations with the MaxTessGenLevel value
oCoglplus::smart_enums::MaxTessPatchComponentsSmart enum for enumerations with the MaxTessPatchComponents value
oCoglplus::smart_enums::MaxTextureBufferSizeSmart enum for enumerations with the MaxTextureBufferSize value
oCoglplus::smart_enums::MaxTextureImageUnitsSmart enum for enumerations with the MaxTextureImageUnits value
oCoglplus::smart_enums::MaxTextureLodBiasSmart enum for enumerations with the MaxTextureLodBias value
oCoglplus::smart_enums::MaxTextureSizeSmart enum for enumerations with the MaxTextureSize value
oCoglplus::smart_enums::MaxTransformFeedbackBuffersSmart enum for enumerations with the MaxTransformFeedbackBuffers value
oCoglplus::smart_enums::MaxTransformFeedbackInterleavedComponentsSmart enum for enumerations with the MaxTransformFeedbackInterleavedComponents value
oCoglplus::smart_enums::MaxTransformFeedbackSeparateAttribsSmart enum for enumerations with the MaxTransformFeedbackSeparateAttribs value
oCoglplus::smart_enums::MaxTransformFeedbackSeparateComponentsSmart enum for enumerations with the MaxTransformFeedbackSeparateComponents value
oCoglplus::smart_enums::MaxUniformBlockSizeSmart enum for enumerations with the MaxUniformBlockSize value
oCoglplus::smart_enums::MaxUniformBufferBindingsSmart enum for enumerations with the MaxUniformBufferBindings value
oCoglplus::smart_enums::MaxVaryingComponentsSmart enum for enumerations with the MaxVaryingComponents value
oCoglplus::smart_enums::MaxVaryingVectorsSmart enum for enumerations with the MaxVaryingVectors value
oCoglplus::smart_enums::MaxVertexAtomicCounterBuffersSmart enum for enumerations with the MaxVertexAtomicCounterBuffers value
oCoglplus::smart_enums::MaxVertexAtomicCountersSmart enum for enumerations with the MaxVertexAtomicCounters value
oCoglplus::smart_enums::MaxVertexAttribsSmart enum for enumerations with the MaxVertexAttribs value
oCoglplus::smart_enums::MaxVertexImageUniformsSmart enum for enumerations with the MaxVertexImageUniforms value
oCoglplus::smart_enums::MaxVertexOutputComponentsSmart enum for enumerations with the MaxVertexOutputComponents value
oCoglplus::smart_enums::MaxVertexStreamsSmart enum for enumerations with the MaxVertexStreams value
oCoglplus::smart_enums::MaxVertexTextureImageUnitsSmart enum for enumerations with the MaxVertexTextureImageUnits value
oCoglplus::smart_enums::MaxVertexUniformBlocksSmart enum for enumerations with the MaxVertexUniformBlocks value
oCoglplus::smart_enums::MaxVertexUniformComponentsSmart enum for enumerations with the MaxVertexUniformComponents value
oCoglplus::smart_enums::MaxVertexUniformVectorsSmart enum for enumerations with the MaxVertexUniformVectors value
oCoglplus::smart_enums::MaxViewportDimsSmart enum for enumerations with the MaxViewportDims value
oCoglplus::smart_enums::MaxViewportsSmart enum for enumerations with the MaxViewports value
oCoglplus::smart_enums::MediumSmart enum for enumerations with the Medium value
oCoglplus::smart_enums::MediumFloatSmart enum for enumerations with the MediumFloat value
oCoglplus::smart_enums::MediumIntSmart enum for enumerations with the MediumInt value
oCoglplus::smart_enums::MinSmart enum for enumerations with the Min value
oCoglplus::smart_enums::MinFragmentInterpolationOffsetSmart enum for enumerations with the MinFragmentInterpolationOffset value
oCoglplus::smart_enums::MinMapBufferAlignmentSmart enum for enumerations with the MinMapBufferAlignment value
oCoglplus::smart_enums::MinProgramTexelOffsetSmart enum for enumerations with the MinProgramTexelOffset value
oCoglplus::smart_enums::MinProgramTextureGatherOffsetSmart enum for enumerations with the MinProgramTextureGatherOffset value
oCoglplus::smart_enums::MinSampleShadingValueSmart enum for enumerations with the MinSampleShadingValue value
oCoglplus::smart_enums::MirrorClampToEdgeSmart enum for enumerations with the MirrorClampToEdge value
oCoglplus::smart_enums::MirroredRepeatSmart enum for enumerations with the MirroredRepeat value
oCoglplus::smart_enums::MiterRevertSmart enum for enumerations with the MiterRevert value
oCoglplus::smart_enums::MiterTruncateSmart enum for enumerations with the MiterTruncate value
oCoglplus::smart_enums::ModelviewSmart enum for enumerations with the Modelview value
oCoglplus::smart_enums::MoveToSmart enum for enumerations with the MoveTo value
oCoglplus::smart_enums::MoveToContinuesSmart enum for enumerations with the MoveToContinues value
oCoglplus::smart_enums::MoveToResetSmart enum for enumerations with the MoveToReset value
oCoglplus::smart_enums::MultisampleSmart enum for enumerations with the Multisample value
oCoglplus::smart_enums::NandSmart enum for enumerations with the Nand value
oCoglplus::smart_enums::NearestSmart enum for enumerations with the Nearest value
oCoglplus::smart_enums::NearestMipmapLinearSmart enum for enumerations with the NearestMipmapLinear value
oCoglplus::smart_enums::NearestMipmapNearestSmart enum for enumerations with the NearestMipmapNearest value
oCoglplus::smart_enums::NeverSmart enum for enumerations with the Never value
oCoglplus::smart_enums::NicestSmart enum for enumerations with the Nicest value
oCoglplus::smart_enums::NoErrorSmart enum for enumerations with the NoError value
oCoglplus::smart_enums::NoneSmart enum for enumerations with the None value
oCoglplus::smart_enums::NoopSmart enum for enumerations with the Noop value
oCoglplus::smart_enums::NorSmart enum for enumerations with the Nor value
oCoglplus::smart_enums::NoResetNotificationSmart enum for enumerations with the NoResetNotification value
oCoglplus::smart_enums::NotEqualSmart enum for enumerations with the NotEqual value
oCoglplus::smart_enums::NotificationSmart enum for enumerations with the Notification value
oCoglplus::smart_enums::NumActiveVariablesSmart enum for enumerations with the NumActiveVariables value
oCoglplus::smart_enums::NumCompatibleSubroutinesSmart enum for enumerations with the NumCompatibleSubroutines value
oCoglplus::smart_enums::ObjectBoundingBoxSmart enum for enumerations with the ObjectBoundingBox value
oCoglplus::smart_enums::ObjectLinearSmart enum for enumerations with the ObjectLinear value
oCoglplus::smart_enums::OffsetSmart enum for enumerations with the Offset value
oCoglplus::smart_enums::OneSmart enum for enumerations with the One value
oCoglplus::smart_enums::OneMinusConstantAlphaSmart enum for enumerations with the OneMinusConstantAlpha value
oCoglplus::smart_enums::OneMinusConstantColorSmart enum for enumerations with the OneMinusConstantColor value
oCoglplus::smart_enums::OneMinusDstAlphaSmart enum for enumerations with the OneMinusDstAlpha value
oCoglplus::smart_enums::OneMinusDstColorSmart enum for enumerations with the OneMinusDstColor value
oCoglplus::smart_enums::OneMinusSrc1AlphaSmart enum for enumerations with the OneMinusSrc1Alpha value
oCoglplus::smart_enums::OneMinusSrc1ColorSmart enum for enumerations with the OneMinusSrc1Color value
oCoglplus::smart_enums::OneMinusSrcAlphaSmart enum for enumerations with the OneMinusSrcAlpha value
oCoglplus::smart_enums::OneMinusSrcColorSmart enum for enumerations with the OneMinusSrcColor value
oCoglplus::smart_enums::OrSmart enum for enumerations with the Or value
oCoglplus::smart_enums::OrInvertedSmart enum for enumerations with the OrInverted value
oCoglplus::smart_enums::OrReverseSmart enum for enumerations with the OrReverse value
oCoglplus::smart_enums::OtherSmart enum for enumerations with the Other value
oCoglplus::smart_enums::OutOfMemorySmart enum for enumerations with the OutOfMemory value
oCoglplus::smart_enums::PackAlignmentSmart enum for enumerations with the PackAlignment value
oCoglplus::smart_enums::PackCompressedBlockDepthSmart enum for enumerations with the PackCompressedBlockDepth value
oCoglplus::smart_enums::PackCompressedBlockHeightSmart enum for enumerations with the PackCompressedBlockHeight value
oCoglplus::smart_enums::PackCompressedBlockSizeSmart enum for enumerations with the PackCompressedBlockSize value
oCoglplus::smart_enums::PackCompressedBlockWidthSmart enum for enumerations with the PackCompressedBlockWidth value
oCoglplus::smart_enums::PackImageHeightSmart enum for enumerations with the PackImageHeight value
oCoglplus::smart_enums::PackLsbFirstSmart enum for enumerations with the PackLsbFirst value
oCoglplus::smart_enums::PackRowLengthSmart enum for enumerations with the PackRowLength value
oCoglplus::smart_enums::PackSkipImagesSmart enum for enumerations with the PackSkipImages value
oCoglplus::smart_enums::PackSkipPixelsSmart enum for enumerations with the PackSkipPixels value
oCoglplus::smart_enums::PackSkipRowsSmart enum for enumerations with the PackSkipRows value
oCoglplus::smart_enums::PackSwapBytesSmart enum for enumerations with the PackSwapBytes value
oCoglplus::smart_enums::ParameterSmart enum for enumerations with the Parameter value
oCoglplus::smart_enums::PatchDefaultInnerLevelSmart enum for enumerations with the PatchDefaultInnerLevel value
oCoglplus::smart_enums::PatchDefaultOuterLevelSmart enum for enumerations with the PatchDefaultOuterLevel value
oCoglplus::smart_enums::PatchesSmart enum for enumerations with the Patches value
oCoglplus::smart_enums::PatchVerticesSmart enum for enumerations with the PatchVertices value
oCoglplus::smart_enums::PercentageSmart enum for enumerations with the Percentage value
oCoglplus::smart_enums::PerformanceSmart enum for enumerations with the Performance value
oCoglplus::smart_enums::PersistentSmart enum for enumerations with the Persistent value
oCoglplus::smart_enums::PixelBufferSmart enum for enumerations with the PixelBuffer value
oCoglplus::smart_enums::PixelModeSmart enum for enumerations with the PixelMode value
oCoglplus::smart_enums::PixelPackSmart enum for enumerations with the PixelPack value
oCoglplus::smart_enums::PixelStoreSmart enum for enumerations with the PixelStore value
oCoglplus::smart_enums::PixelUnpackSmart enum for enumerations with the PixelUnpack value
oCoglplus::smart_enums::PointSmart enum for enumerations with the Point value
oCoglplus::smart_enums::PointsSmart enum for enumerations with the Points value
oCoglplus::smart_enums::PolygonSmart enum for enumerations with the Polygon value
oCoglplus::smart_enums::PolygonOffsetFillSmart enum for enumerations with the PolygonOffsetFill value
oCoglplus::smart_enums::PolygonOffsetLineSmart enum for enumerations with the PolygonOffsetLine value
oCoglplus::smart_enums::PolygonOffsetPointSmart enum for enumerations with the PolygonOffsetPoint value
oCoglplus::smart_enums::PolygonSmoothSmart enum for enumerations with the PolygonSmooth value
oCoglplus::smart_enums::PolygonStippleSmart enum for enumerations with the PolygonStipple value
oCoglplus::smart_enums::PopGroupSmart enum for enumerations with the PopGroup value
oCoglplus::smart_enums::PortabilitySmart enum for enumerations with the Portability value
oCoglplus::smart_enums::PrimarySmart enum for enumerations with the Primary value
oCoglplus::smart_enums::PrimitiveRestartSmart enum for enumerations with the PrimitiveRestart value
oCoglplus::smart_enums::PrimitivesGeneratedSmart enum for enumerations with the PrimitivesGenerated value
oCoglplus::smart_enums::ProgramSmart enum for enumerations with the Program value
oCoglplus::smart_enums::ProgramInputSmart enum for enumerations with the ProgramInput value
oCoglplus::smart_enums::ProgramOutputSmart enum for enumerations with the ProgramOutput value
oCoglplus::smart_enums::ProgramPipelineSmart enum for enumerations with the ProgramPipeline value
oCoglplus::smart_enums::ProgramPointSizeSmart enum for enumerations with the ProgramPointSize value
oCoglplus::smart_enums::ProjectionSmart enum for enumerations with the Projection value
oCoglplus::smart_enums::PSSmart enum for enumerations with the PS value
oCoglplus::smart_enums::PushGroupSmart enum for enumerations with the PushGroup value
oCoglplus::smart_enums::QuadraticCurveToSmart enum for enumerations with the QuadraticCurveTo value
oCoglplus::smart_enums::QuadsSmart enum for enumerations with the Quads value
oCoglplus::smart_enums::QuadStripSmart enum for enumerations with the QuadStrip value
oCoglplus::smart_enums::QuerySmart enum for enumerations with the Query value
oCoglplus::smart_enums::RSmart enum for enumerations with the R value
oCoglplus::smart_enums::R11FG11FB10FSmart enum for enumerations with the R11FG11FB10F value
oCoglplus::smart_enums::R16Smart enum for enumerations with the R16 value
oCoglplus::smart_enums::R16FSmart enum for enumerations with the R16F value
oCoglplus::smart_enums::R16ISmart enum for enumerations with the R16I value
oCoglplus::smart_enums::R16SNormSmart enum for enumerations with the R16SNorm value
oCoglplus::smart_enums::R16UISmart enum for enumerations with the R16UI value
oCoglplus::smart_enums::R32FSmart enum for enumerations with the R32F value
oCoglplus::smart_enums::R32ISmart enum for enumerations with the R32I value
oCoglplus::smart_enums::R32UISmart enum for enumerations with the R32UI value
oCoglplus::smart_enums::R3G3B2Smart enum for enumerations with the R3G3B2 value
oCoglplus::smart_enums::R8Smart enum for enumerations with the R8 value
oCoglplus::smart_enums::R8ISmart enum for enumerations with the R8I value
oCoglplus::smart_enums::R8SNormSmart enum for enumerations with the R8SNorm value
oCoglplus::smart_enums::R8UISmart enum for enumerations with the R8UI value
oCoglplus::smart_enums::RasterizerDiscardSmart enum for enumerations with the RasterizerDiscard value
oCoglplus::smart_enums::ReadSmart enum for enumerations with the Read value
oCoglplus::smart_enums::ReadOnlySmart enum for enumerations with the ReadOnly value
oCoglplus::smart_enums::ReadWriteSmart enum for enumerations with the ReadWrite value
oCoglplus::smart_enums::RectSmart enum for enumerations with the Rect value
oCoglplus::smart_enums::RectangleSmart enum for enumerations with the Rectangle value
oCoglplus::smart_enums::RedSmart enum for enumerations with the Red value
oCoglplus::smart_enums::RedIntegerSmart enum for enumerations with the RedInteger value
oCoglplus::smart_enums::ReferencedByComputeShaderSmart enum for enumerations with the ReferencedByComputeShader value
oCoglplus::smart_enums::ReferencedByFragmentShaderSmart enum for enumerations with the ReferencedByFragmentShader value
oCoglplus::smart_enums::ReferencedByGeometryShaderSmart enum for enumerations with the ReferencedByGeometryShader value
oCoglplus::smart_enums::ReferencedByTessControlShaderSmart enum for enumerations with the ReferencedByTessControlShader value
oCoglplus::smart_enums::ReferencedByTessEvaluationShaderSmart enum for enumerations with the ReferencedByTessEvaluationShader value
oCoglplus::smart_enums::ReferencedByVertexShaderSmart enum for enumerations with the ReferencedByVertexShader value
oCoglplus::smart_enums::RelativeArcToSmart enum for enumerations with the RelativeArcTo value
oCoglplus::smart_enums::RelativeCubicCurveToSmart enum for enumerations with the RelativeCubicCurveTo value
oCoglplus::smart_enums::RelativeHorizontalLineToSmart enum for enumerations with the RelativeHorizontalLineTo value
oCoglplus::smart_enums::RelativeLargeCCWArcToSmart enum for enumerations with the RelativeLargeCCWArcTo value
oCoglplus::smart_enums::RelativeLargeCWArcToSmart enum for enumerations with the RelativeLargeCWArcTo value
oCoglplus::smart_enums::RelativeLineToSmart enum for enumerations with the RelativeLineTo value
oCoglplus::smart_enums::RelativeMoveToSmart enum for enumerations with the RelativeMoveTo value
oCoglplus::smart_enums::RelativeQuadraticCurveToSmart enum for enumerations with the RelativeQuadraticCurveTo value
oCoglplus::smart_enums::RelativeSmallCCWArcToSmart enum for enumerations with the RelativeSmallCCWArcTo value
oCoglplus::smart_enums::RelativeSmallCWArcToSmart enum for enumerations with the RelativeSmallCWArcTo value
oCoglplus::smart_enums::RelativeSmoothCubicCurveToSmart enum for enumerations with the RelativeSmoothCubicCurveTo value
oCoglplus::smart_enums::RelativeSmoothQuadraticCurveToSmart enum for enumerations with the RelativeSmoothQuadraticCurveTo value
oCoglplus::smart_enums::RelativeVerticalLineToSmart enum for enumerations with the RelativeVerticalLineTo value
oCoglplus::smart_enums::RenderbufferSmart enum for enumerations with the Renderbuffer value
oCoglplus::smart_enums::RendererSmart enum for enumerations with the Renderer value
oCoglplus::smart_enums::RepeatSmart enum for enumerations with the Repeat value
oCoglplus::smart_enums::ReplaceSmart enum for enumerations with the Replace value
oCoglplus::smart_enums::RestartSmart enum for enumerations with the Restart value
oCoglplus::smart_enums::ReverseSubtractSmart enum for enumerations with the ReverseSubtract value
oCoglplus::smart_enums::RGSmart enum for enumerations with the RG value
oCoglplus::smart_enums::RG16Smart enum for enumerations with the RG16 value
oCoglplus::smart_enums::RG16FSmart enum for enumerations with the RG16F value
oCoglplus::smart_enums::RG16ISmart enum for enumerations with the RG16I value
oCoglplus::smart_enums::RG16SNormSmart enum for enumerations with the RG16SNorm value
oCoglplus::smart_enums::RG16UISmart enum for enumerations with the RG16UI value
oCoglplus::smart_enums::RG32FSmart enum for enumerations with the RG32F value
oCoglplus::smart_enums::RG32ISmart enum for enumerations with the RG32I value
oCoglplus::smart_enums::RG32UISmart enum for enumerations with the RG32UI value
oCoglplus::smart_enums::RG8Smart enum for enumerations with the RG8 value
oCoglplus::smart_enums::RG8ISmart enum for enumerations with the RG8I value
oCoglplus::smart_enums::RG8SNormSmart enum for enumerations with the RG8SNorm value
oCoglplus::smart_enums::RG8UISmart enum for enumerations with the RG8UI value
oCoglplus::smart_enums::RGBSmart enum for enumerations with the RGB value
oCoglplus::smart_enums::RGB10Smart enum for enumerations with the RGB10 value
oCoglplus::smart_enums::RGB10_A2UISmart enum for enumerations with the RGB10_A2UI value
oCoglplus::smart_enums::RGB10A2Smart enum for enumerations with the RGB10A2 value
oCoglplus::smart_enums::RGB10A2UISmart enum for enumerations with the RGB10A2UI value
oCoglplus::smart_enums::RGB12Smart enum for enumerations with the RGB12 value
oCoglplus::smart_enums::RGB16Smart enum for enumerations with the RGB16 value
oCoglplus::smart_enums::RGB16FSmart enum for enumerations with the RGB16F value
oCoglplus::smart_enums::RGB16ISmart enum for enumerations with the RGB16I value
oCoglplus::smart_enums::RGB16SNormSmart enum for enumerations with the RGB16SNorm value
oCoglplus::smart_enums::RGB16UISmart enum for enumerations with the RGB16UI value
oCoglplus::smart_enums::RGB32FSmart enum for enumerations with the RGB32F value
oCoglplus::smart_enums::RGB32ISmart enum for enumerations with the RGB32I value
oCoglplus::smart_enums::RGB32UISmart enum for enumerations with the RGB32UI value
oCoglplus::smart_enums::RGB4Smart enum for enumerations with the RGB4 value
oCoglplus::smart_enums::RGB5Smart enum for enumerations with the RGB5 value
oCoglplus::smart_enums::RGB5A1Smart enum for enumerations with the RGB5A1 value
oCoglplus::smart_enums::RGB8Smart enum for enumerations with the RGB8 value
oCoglplus::smart_enums::RGB8ISmart enum for enumerations with the RGB8I value
oCoglplus::smart_enums::RGB8SNormSmart enum for enumerations with the RGB8SNorm value
oCoglplus::smart_enums::RGB8UISmart enum for enumerations with the RGB8UI value
oCoglplus::smart_enums::RGB9E5Smart enum for enumerations with the RGB9E5 value
oCoglplus::smart_enums::RGBASmart enum for enumerations with the RGBA value
oCoglplus::smart_enums::RGBA12Smart enum for enumerations with the RGBA12 value
oCoglplus::smart_enums::RGBA16Smart enum for enumerations with the RGBA16 value
oCoglplus::smart_enums::RGBA16FSmart enum for enumerations with the RGBA16F value
oCoglplus::smart_enums::RGBA16ISmart enum for enumerations with the RGBA16I value
oCoglplus::smart_enums::RGBA16SNormSmart enum for enumerations with the RGBA16SNorm value
oCoglplus::smart_enums::RGBA16UISmart enum for enumerations with the RGBA16UI value
oCoglplus::smart_enums::RGBA2Smart enum for enumerations with the RGBA2 value
oCoglplus::smart_enums::RGBA32FSmart enum for enumerations with the RGBA32F value
oCoglplus::smart_enums::RGBA32ISmart enum for enumerations with the RGBA32I value
oCoglplus::smart_enums::RGBA32UISmart enum for enumerations with the RGBA32UI value
oCoglplus::smart_enums::RGBA4Smart enum for enumerations with the RGBA4 value
oCoglplus::smart_enums::RGBA8Smart enum for enumerations with the RGBA8 value
oCoglplus::smart_enums::RGBA8ISmart enum for enumerations with the RGBA8I value
oCoglplus::smart_enums::RGBA8SNormSmart enum for enumerations with the RGBA8SNorm value
oCoglplus::smart_enums::RGBA8UISmart enum for enumerations with the RGBA8UI value
oCoglplus::smart_enums::RGBAIntegerSmart enum for enumerations with the RGBAInteger value
oCoglplus::smart_enums::RGBIntegerSmart enum for enumerations with the RGBInteger value
oCoglplus::smart_enums::RGIntegerSmart enum for enumerations with the RGInteger value
oCoglplus::smart_enums::RightSmart enum for enumerations with the Right value
oCoglplus::smart_enums::RobustAccessSmart enum for enumerations with the RobustAccess value
oCoglplus::smart_enums::RoundSmart enum for enumerations with the Round value
oCoglplus::smart_enums::SSmart enum for enumerations with the S value
oCoglplus::smart_enums::SampleAlphaToCoverageSmart enum for enumerations with the SampleAlphaToCoverage value
oCoglplus::smart_enums::SampleAlphaToOneSmart enum for enumerations with the SampleAlphaToOne value
oCoglplus::smart_enums::SampleCoverageSmart enum for enumerations with the SampleCoverage value
oCoglplus::smart_enums::SampleMaskSmart enum for enumerations with the SampleMask value
oCoglplus::smart_enums::SamplerSmart enum for enumerations with the Sampler value
oCoglplus::smart_enums::Sampler1DSmart enum for enumerations with the Sampler1D value
oCoglplus::smart_enums::Sampler1DArraySmart enum for enumerations with the Sampler1DArray value
oCoglplus::smart_enums::Sampler1DArrayShadowSmart enum for enumerations with the Sampler1DArrayShadow value
oCoglplus::smart_enums::Sampler1DShadowSmart enum for enumerations with the Sampler1DShadow value
oCoglplus::smart_enums::Sampler2DSmart enum for enumerations with the Sampler2D value
oCoglplus::smart_enums::Sampler2DArraySmart enum for enumerations with the Sampler2DArray value
oCoglplus::smart_enums::Sampler2DArrayShadowSmart enum for enumerations with the Sampler2DArrayShadow value
oCoglplus::smart_enums::Sampler2DMultisampleSmart enum for enumerations with the Sampler2DMultisample value
oCoglplus::smart_enums::Sampler2DMultisampleArraySmart enum for enumerations with the Sampler2DMultisampleArray value
oCoglplus::smart_enums::Sampler2DRectSmart enum for enumerations with the Sampler2DRect value
oCoglplus::smart_enums::Sampler2DRectShadowSmart enum for enumerations with the Sampler2DRectShadow value
oCoglplus::smart_enums::Sampler2DShadowSmart enum for enumerations with the Sampler2DShadow value
oCoglplus::smart_enums::Sampler3DSmart enum for enumerations with the Sampler3D value
oCoglplus::smart_enums::SamplerBufferSmart enum for enumerations with the SamplerBuffer value
oCoglplus::smart_enums::SamplerCubeSmart enum for enumerations with the SamplerCube value
oCoglplus::smart_enums::SamplerCubeMapArraySmart enum for enumerations with the SamplerCubeMapArray value
oCoglplus::smart_enums::SamplerCubeMapArrayShadowSmart enum for enumerations with the SamplerCubeMapArrayShadow value
oCoglplus::smart_enums::SamplerCubeShadowSmart enum for enumerations with the SamplerCubeShadow value
oCoglplus::smart_enums::SampleShadingSmart enum for enumerations with the SampleShading value
oCoglplus::smart_enums::SamplesPassedSmart enum for enumerations with the SamplesPassed value
oCoglplus::smart_enums::ScissorSmart enum for enumerations with the Scissor value
oCoglplus::smart_enums::ScissorTestSmart enum for enumerations with the ScissorTest value
oCoglplus::smart_enums::SecondarySmart enum for enumerations with the Secondary value
oCoglplus::smart_enums::SeparateAttribsSmart enum for enumerations with the SeparateAttribs value
oCoglplus::smart_enums::SetSmart enum for enumerations with the Set value
oCoglplus::smart_enums::ShaderSmart enum for enumerations with the Shader value
oCoglplus::smart_enums::ShaderCompilerSmart enum for enumerations with the ShaderCompiler value
oCoglplus::smart_enums::ShaderImageAccessSmart enum for enumerations with the ShaderImageAccess value
oCoglplus::smart_enums::ShaderIncludeSmart enum for enumerations with the ShaderInclude value
oCoglplus::smart_enums::ShaderStorageSmart enum for enumerations with the ShaderStorage value
oCoglplus::smart_enums::ShaderStorageBlockSmart enum for enumerations with the ShaderStorageBlock value
oCoglplus::smart_enums::ShadingLanguageVersionSmart enum for enumerations with the ShadingLanguageVersion value
oCoglplus::smart_enums::ShortSmart enum for enumerations with the Short value
oCoglplus::smart_enums::SignaledSmart enum for enumerations with the Signaled value
oCoglplus::smart_enums::SkipSmart enum for enumerations with the Skip value
oCoglplus::smart_enums::SmallCCWArcToSmart enum for enumerations with the SmallCCWArcTo value
oCoglplus::smart_enums::SmallCWArcToSmart enum for enumerations with the SmallCWArcTo value
oCoglplus::smart_enums::SmoothCubicCurveToSmart enum for enumerations with the SmoothCubicCurveTo value
oCoglplus::smart_enums::SmoothQuadraticCurveToSmart enum for enumerations with the SmoothQuadraticCurveTo value
oCoglplus::smart_enums::SquareSmart enum for enumerations with the Square value
oCoglplus::smart_enums::Src1AlphaSmart enum for enumerations with the Src1Alpha value
oCoglplus::smart_enums::Src1ColorSmart enum for enumerations with the Src1Color value
oCoglplus::smart_enums::SrcAlphaSmart enum for enumerations with the SrcAlpha value
oCoglplus::smart_enums::SrcAlphaSaturateSmart enum for enumerations with the SrcAlphaSaturate value
oCoglplus::smart_enums::SrcColorSmart enum for enumerations with the SrcColor value
oCoglplus::smart_enums::SRGB8Smart enum for enumerations with the SRGB8 value
oCoglplus::smart_enums::SRGB8Alpha8Smart enum for enumerations with the SRGB8Alpha8 value
oCoglplus::smart_enums::StackOverflowSmart enum for enumerations with the StackOverflow value
oCoglplus::smart_enums::StackUnderflowSmart enum for enumerations with the StackUnderflow value
oCoglplus::smart_enums::StandardSmart enum for enumerations with the Standard value
oCoglplus::smart_enums::StaticCopySmart enum for enumerations with the StaticCopy value
oCoglplus::smart_enums::StaticDrawSmart enum for enumerations with the StaticDraw value
oCoglplus::smart_enums::StaticReadSmart enum for enumerations with the StaticRead value
oCoglplus::smart_enums::StencilSmart enum for enumerations with the Stencil value
oCoglplus::smart_enums::StencilBufferSmart enum for enumerations with the StencilBuffer value
oCoglplus::smart_enums::StencilIndexSmart enum for enumerations with the StencilIndex value
oCoglplus::smart_enums::StencilIndex8Smart enum for enumerations with the StencilIndex8 value
oCoglplus::smart_enums::StencilTestSmart enum for enumerations with the StencilTest value
oCoglplus::smart_enums::StreamCopySmart enum for enumerations with the StreamCopy value
oCoglplus::smart_enums::StreamDrawSmart enum for enumerations with the StreamDraw value
oCoglplus::smart_enums::StreamRasterizationSmart enum for enumerations with the StreamRasterization value
oCoglplus::smart_enums::StreamReadSmart enum for enumerations with the StreamRead value
oCoglplus::smart_enums::StrokeCoverSmart enum for enumerations with the StrokeCover value
oCoglplus::smart_enums::SubtractSmart enum for enumerations with the Subtract value
oCoglplus::smart_enums::SVGSmart enum for enumerations with the SVG value
oCoglplus::smart_enums::SystemSmart enum for enumerations with the System value
oCoglplus::smart_enums::TSmart enum for enumerations with the T value
oCoglplus::smart_enums::TableTooLargeSmart enum for enumerations with the TableTooLarge value
oCoglplus::smart_enums::TessControlSmart enum for enumerations with the TessControl value
oCoglplus::smart_enums::TessControlShaderSmart enum for enumerations with the TessControlShader value
oCoglplus::smart_enums::TessControlSubroutineSmart enum for enumerations with the TessControlSubroutine value
oCoglplus::smart_enums::TessControlSubroutineUniformSmart enum for enumerations with the TessControlSubroutineUniform value
oCoglplus::smart_enums::TessEvaluationSmart enum for enumerations with the TessEvaluation value
oCoglplus::smart_enums::TessEvaluationShaderSmart enum for enumerations with the TessEvaluationShader value
oCoglplus::smart_enums::TessEvaluationSubroutineSmart enum for enumerations with the TessEvaluationSubroutine value
oCoglplus::smart_enums::TessEvaluationSubroutineUniformSmart enum for enumerations with the TessEvaluationSubroutineUniform value
oCoglplus::smart_enums::TextureSmart enum for enumerations with the Texture value
oCoglplus::smart_enums::TextureCompressionSmart enum for enumerations with the TextureCompression value
oCoglplus::smart_enums::TextureCubeMapSeamlessSmart enum for enumerations with the TextureCubeMapSeamless value
oCoglplus::smart_enums::TextureFetchSmart enum for enumerations with the TextureFetch value
oCoglplus::smart_enums::TextureUpdateSmart enum for enumerations with the TextureUpdate value
oCoglplus::smart_enums::ThirdPartySmart enum for enumerations with the ThirdParty value
oCoglplus::smart_enums::TimeElapsedSmart enum for enumerations with the TimeElapsed value
oCoglplus::smart_enums::TimeoutExpiredSmart enum for enumerations with the TimeoutExpired value
oCoglplus::smart_enums::TimestampSmart enum for enumerations with the Timestamp value
oCoglplus::smart_enums::TopLevelArraySizeSmart enum for enumerations with the TopLevelArraySize value
oCoglplus::smart_enums::TopLevelArrayStrideSmart enum for enumerations with the TopLevelArrayStride value
oCoglplus::smart_enums::TransformSmart enum for enumerations with the Transform value
oCoglplus::smart_enums::TransformFeedbackSmart enum for enumerations with the TransformFeedback value
oCoglplus::smart_enums::TransformFeedbackBufferIndexSmart enum for enumerations with the TransformFeedbackBufferIndex value
oCoglplus::smart_enums::TransformFeedbackBufferStrideSmart enum for enumerations with the TransformFeedbackBufferStride value
oCoglplus::smart_enums::TransformFeedbackPrimitivesWrittenSmart enum for enumerations with the TransformFeedbackPrimitivesWritten value
oCoglplus::smart_enums::TransformFeedebackVaryingSmart enum for enumerations with the TransformFeedebackVarying value
oCoglplus::smart_enums::Translate2DSmart enum for enumerations with the Translate2D value
oCoglplus::smart_enums::Translate3DSmart enum for enumerations with the Translate3D value
oCoglplus::smart_enums::TranslateXSmart enum for enumerations with the TranslateX value
oCoglplus::smart_enums::TranslateYSmart enum for enumerations with the TranslateY value
oCoglplus::smart_enums::TransposeAffine2DSmart enum for enumerations with the TransposeAffine2D value
oCoglplus::smart_enums::TransposeAffine3DSmart enum for enumerations with the TransposeAffine3D value
oCoglplus::smart_enums::TriangleFanSmart enum for enumerations with the TriangleFan value
oCoglplus::smart_enums::TrianglesSmart enum for enumerations with the Triangles value
oCoglplus::smart_enums::TrianglesAdjacencySmart enum for enumerations with the TrianglesAdjacency value
oCoglplus::smart_enums::TriangleStripSmart enum for enumerations with the TriangleStrip value
oCoglplus::smart_enums::TriangleStripAdjacencySmart enum for enumerations with the TriangleStripAdjacency value
oCoglplus::smart_enums::TriangularSmart enum for enumerations with the Triangular value
oCoglplus::smart_enums::UndefinedSmart enum for enumerations with the Undefined value
oCoglplus::smart_enums::UndefinedBehaviorSmart enum for enumerations with the UndefinedBehavior value
oCoglplus::smart_enums::UniformSmart enum for enumerations with the Uniform value
oCoglplus::smart_enums::UniformBlockSmart enum for enumerations with the UniformBlock value
oCoglplus::smart_enums::UnknownContextResetSmart enum for enumerations with the UnknownContextReset value
oCoglplus::smart_enums::UnpackAlignmentSmart enum for enumerations with the UnpackAlignment value
oCoglplus::smart_enums::UnpackCompressedBlockDepthSmart enum for enumerations with the UnpackCompressedBlockDepth value
oCoglplus::smart_enums::UnpackCompressedBlockHeightSmart enum for enumerations with the UnpackCompressedBlockHeight value
oCoglplus::smart_enums::UnpackCompressedBlockSizeSmart enum for enumerations with the UnpackCompressedBlockSize value
oCoglplus::smart_enums::UnpackCompressedBlockWidthSmart enum for enumerations with the UnpackCompressedBlockWidth value
oCoglplus::smart_enums::UnpackImageHeightSmart enum for enumerations with the UnpackImageHeight value
oCoglplus::smart_enums::UnpackLsbFirstSmart enum for enumerations with the UnpackLsbFirst value
oCoglplus::smart_enums::UnpackRowLengthSmart enum for enumerations with the UnpackRowLength value
oCoglplus::smart_enums::UnpackSkipImagesSmart enum for enumerations with the UnpackSkipImages value
oCoglplus::smart_enums::UnpackSkipPixelsSmart enum for enumerations with the UnpackSkipPixels value
oCoglplus::smart_enums::UnpackSkipRowsSmart enum for enumerations with the UnpackSkipRows value
oCoglplus::smart_enums::UnpackSwapBytesSmart enum for enumerations with the UnpackSwapBytes value
oCoglplus::smart_enums::UnsignaledSmart enum for enumerations with the Unsignaled value
oCoglplus::smart_enums::UnsignedByteSmart enum for enumerations with the UnsignedByte value
oCoglplus::smart_enums::UnsignedByte_2_3_3_RevSmart enum for enumerations with the UnsignedByte_2_3_3_Rev value
oCoglplus::smart_enums::UnsignedByte_3_3_2Smart enum for enumerations with the UnsignedByte_3_3_2 value
oCoglplus::smart_enums::UnsignedIntSmart enum for enumerations with the UnsignedInt value
oCoglplus::smart_enums::UnsignedInt64Smart enum for enumerations with the UnsignedInt64 value
oCoglplus::smart_enums::UnsignedInt_10_10_10_2Smart enum for enumerations with the UnsignedInt_10_10_10_2 value
oCoglplus::smart_enums::UnsignedInt_10f_11f_11f_RevSmart enum for enumerations with the UnsignedInt_10f_11f_11f_Rev value
oCoglplus::smart_enums::UnsignedInt_24_8Smart enum for enumerations with the UnsignedInt_24_8 value
oCoglplus::smart_enums::UnsignedInt_2_10_10_10_RevSmart enum for enumerations with the UnsignedInt_2_10_10_10_Rev value
oCoglplus::smart_enums::UnsignedInt_5_9_9_9_RevSmart enum for enumerations with the UnsignedInt_5_9_9_9_Rev value
oCoglplus::smart_enums::UnsignedInt_8_8_8_8Smart enum for enumerations with the UnsignedInt_8_8_8_8 value
oCoglplus::smart_enums::UnsignedInt_8_8_8_8_RevSmart enum for enumerations with the UnsignedInt_8_8_8_8_Rev value
oCoglplus::smart_enums::UnsignedIntAtomicCounterSmart enum for enumerations with the UnsignedIntAtomicCounter value
oCoglplus::smart_enums::UnsignedIntImage1DSmart enum for enumerations with the UnsignedIntImage1D value
oCoglplus::smart_enums::UnsignedIntImage1DArraySmart enum for enumerations with the UnsignedIntImage1DArray value
oCoglplus::smart_enums::UnsignedIntImage2DSmart enum for enumerations with the UnsignedIntImage2D value
oCoglplus::smart_enums::UnsignedIntImage2DArraySmart enum for enumerations with the UnsignedIntImage2DArray value
oCoglplus::smart_enums::UnsignedIntImage2DMultisampleSmart enum for enumerations with the UnsignedIntImage2DMultisample value
oCoglplus::smart_enums::UnsignedIntImage2DMultisampleArraySmart enum for enumerations with the UnsignedIntImage2DMultisampleArray value
oCoglplus::smart_enums::UnsignedIntImage2DRectSmart enum for enumerations with the UnsignedIntImage2DRect value
oCoglplus::smart_enums::UnsignedIntImage3DSmart enum for enumerations with the UnsignedIntImage3D value
oCoglplus::smart_enums::UnsignedIntImageBufferSmart enum for enumerations with the UnsignedIntImageBuffer value
oCoglplus::smart_enums::UnsignedIntImageCubeSmart enum for enumerations with the UnsignedIntImageCube value
oCoglplus::smart_enums::UnsignedIntSampler1DSmart enum for enumerations with the UnsignedIntSampler1D value
oCoglplus::smart_enums::UnsignedIntSampler1DArraySmart enum for enumerations with the UnsignedIntSampler1DArray value
oCoglplus::smart_enums::UnsignedIntSampler2DSmart enum for enumerations with the UnsignedIntSampler2D value
oCoglplus::smart_enums::UnsignedIntSampler2DArraySmart enum for enumerations with the UnsignedIntSampler2DArray value
oCoglplus::smart_enums::UnsignedIntSampler2DMultisampleSmart enum for enumerations with the UnsignedIntSampler2DMultisample value
oCoglplus::smart_enums::UnsignedIntSampler2DMultisampleArraySmart enum for enumerations with the UnsignedIntSampler2DMultisampleArray value
oCoglplus::smart_enums::UnsignedIntSampler2DRectSmart enum for enumerations with the UnsignedIntSampler2DRect value
oCoglplus::smart_enums::UnsignedIntSampler3DSmart enum for enumerations with the UnsignedIntSampler3D value
oCoglplus::smart_enums::UnsignedIntSamplerBufferSmart enum for enumerations with the UnsignedIntSamplerBuffer value
oCoglplus::smart_enums::UnsignedIntSamplerCubeSmart enum for enumerations with the UnsignedIntSamplerCube value
oCoglplus::smart_enums::UnsignedIntSamplerCubeMapArraySmart enum for enumerations with the UnsignedIntSamplerCubeMapArray value
oCoglplus::smart_enums::UnsignedIntVec2Smart enum for enumerations with the UnsignedIntVec2 value
oCoglplus::smart_enums::UnsignedIntVec3Smart enum for enumerations with the UnsignedIntVec3 value
oCoglplus::smart_enums::UnsignedIntVec4Smart enum for enumerations with the UnsignedIntVec4 value
oCoglplus::smart_enums::UnsignedShortSmart enum for enumerations with the UnsignedShort value
oCoglplus::smart_enums::UnsignedShort_1_5_5_5_RevSmart enum for enumerations with the UnsignedShort_1_5_5_5_Rev value
oCoglplus::smart_enums::UnsignedShort_4_4_4_4Smart enum for enumerations with the UnsignedShort_4_4_4_4 value
oCoglplus::smart_enums::UnsignedShort_4_4_4_4_RevSmart enum for enumerations with the UnsignedShort_4_4_4_4_Rev value
oCoglplus::smart_enums::UnsignedShort_5_5_5_1Smart enum for enumerations with the UnsignedShort_5_5_5_1 value
oCoglplus::smart_enums::UnsignedShort_5_6_5Smart enum for enumerations with the UnsignedShort_5_6_5 value
oCoglplus::smart_enums::UnsignedShort_5_6_5_RevSmart enum for enumerations with the UnsignedShort_5_6_5_Rev value
oCoglplus::smart_enums::UnsupportedSmart enum for enumerations with the Unsupported value
oCoglplus::smart_enums::UnsynchronizedSmart enum for enumerations with the Unsynchronized value
oCoglplus::smart_enums::UseSmart enum for enumerations with the Use value
oCoglplus::smart_enums::UTF16Smart enum for enumerations with the UTF16 value
oCoglplus::smart_enums::UTF8Smart enum for enumerations with the UTF8 value
oCoglplus::smart_enums::VendorSmart enum for enumerations with the Vendor value
oCoglplus::smart_enums::VersionSmart enum for enumerations with the Version value
oCoglplus::smart_enums::VertexSmart enum for enumerations with the Vertex value
oCoglplus::smart_enums::VertexArraySmart enum for enumerations with the VertexArray value
oCoglplus::smart_enums::VertexAttribArraySmart enum for enumerations with the VertexAttribArray value
oCoglplus::smart_enums::VertexShaderSmart enum for enumerations with the VertexShader value
oCoglplus::smart_enums::VertexSubroutineSmart enum for enumerations with the VertexSubroutine value
oCoglplus::smart_enums::VertexSubroutineUniformSmart enum for enumerations with the VertexSubroutineUniform value
oCoglplus::smart_enums::VerticalLineToSmart enum for enumerations with the VerticalLineTo value
oCoglplus::smart_enums::ViewportSmart enum for enumerations with the Viewport value
oCoglplus::smart_enums::WaitFailedSmart enum for enumerations with the WaitFailed value
oCoglplus::smart_enums::WindowSystemSmart enum for enumerations with the WindowSystem value
oCoglplus::smart_enums::WriteSmart enum for enumerations with the Write value
oCoglplus::smart_enums::WriteOnlySmart enum for enumerations with the WriteOnly value
oCoglplus::smart_enums::XorSmart enum for enumerations with the Xor value
oCoglplus::smart_enums::ZeroSmart enum for enumerations with the Zero value
oCoglplus::Sphere< T >Class implementing sphere-related functionality
oCoglplus::StrCRefTpl< Char >String const reference wrapper template
oCoglplus::SyncEncapsulates sync object and fence functionality
oCoglplus::Sync::PropertyTypes related to Sync
oCoglplus::TextureHandleA handle for a bindless texture
oCoglplus::TextureMipmapSelector type used with the syntax sugar operators
oCoglplus::TextureSwizzleTupleA tuple of swizzle values for all texture components
oCoglplus::TypeTag< GLtype >A tag template used mainly for data-type-based function overload dispatching
oCoglplus::UniformSubroutinesEncapsulates the uniform subroutine setting operations
oCoglplus::UniformSubroutines::PresetThis type stores a setting of the whole set of subroutine uniforms
oCoglplus::UnspecifiedUnspecified internal type
oCoglplus::VectorBase< T, N >Common base class for vectors
oCoglplus::OneOf< GLenum, std::tuple< DataType, PixelDataType > >
oCoglplus::ProgVar< tag::ImplicitSel, tag::UniformBlock, tag::NoTypecheck, void >
oCoglplus::ProgVarLoc< tag::FragData >
oCoglplus::ProgVarLoc< tag::Subroutine >
oCoglplus::ProgVarLoc< tag::SubroutineUniform >
oCoglplus::ProgVarLoc< tag::Uniform >
oCoglplus::ProgVarLoc< tag::UniformBlock >
oCoglplus::ProgVarLoc< tag::VertexAttrib >
oCoglplus::Reference< ObjectOps >
oCoglplus::Sphere< GLfloat >
oCoglplus::shapes::Sphere< GLfloat >
oCoglplus::VectorBase< GLdouble, N >
oCoglplus::VectorBase< GLfloat, N >
oCoglplus::VectorBase< T, 1 >
oCoglplus::VectorBase< T, 2 >
oCoglplus::VectorBase< T, 3 >
\Coglplus::VectorBase< T, 4 >

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).