ProgramPipeline object wrappers. More...
#include <oglplus/glfunc.hpp>
#include <oglplus/shader_type.hpp>
#include <oglplus/program_pipeline_stage.hpp>
#include <oglplus/object/wrapper.hpp>
#include <oglplus/error/program.hpp>
#include <oglplus/detail/prog_pl_stages.hpp>
#include <cassert>
#include <oglplus/program_pipeline.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::ObjGenDelOps< tag::ProgramPipeline > |
Class wrapping program pipeline construction/destruction functions. More... | |
class | oglplus::ObjBindingOps< tag::ProgramPipeline > |
Program pipeline binding operations. More... | |
class | oglplus::ObjCommonOps< tag::ProgramPipeline > |
Common program pipeline operations. More... | |
class | oglplus::ObjectOps< tag::DirectState, tag::ProgramPipeline > |
Class wrapping program pipeline functions (with direct state access) More... | |
struct | oglplus::ObjectOps< tag::DirectState, tag::ProgramPipeline >::Properties |
Types related to ProgramPipeline. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Typedefs | |
typedef ObjectOps < tag::DirectState, tag::ProgramPipeline > | oglplus::ProgramPipelineOps |
Program pipeline operations with direct state access. | |
typedef ObjectZero< ObjZeroOps < tag::DirectState, tag::ProgramPipeline > > | oglplus::NoProgramPipeline |
Class that can be used to unbind the currently bound program pipeline. | |
typedef Object < ProgramPipelineOps > | oglplus::ProgramPipeline |
An oglplus_object encapsulating the OpenGL program pipeline functionality. | |
ProgramPipeline object wrappers.
Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)