OGLplus (0.52.0) a C++ wrapper for OpenGL

buffer_target.hpp File Reference

Buffer bind target enumerations. More...

#include <oglplus/enumerations.hpp>
#include <oglplus/enums/buffer_target.ipp>
#include <oglplus/enums/buffer_target_range.ipp>
#include <oglplus/enums/buffer_indexed_target.ipp>
#include <oglplus/enums/buffer_indexed_target_range.ipp>

Go to the source code of this file.

Namespaces

 oglplus
 All definitions of OGLplus are nested in the oglplus namespace.
 

Enumerations

enum  oglplus::BufferTarget : GLenum {
  oglplus::BufferTarget::Array,
  oglplus::BufferTarget::AtomicCounter,
  oglplus::BufferTarget::CopyRead,
  oglplus::BufferTarget::CopyWrite,
  oglplus::BufferTarget::DispatchIndirect,
  oglplus::BufferTarget::DrawIndirect,
  oglplus::BufferTarget::ElementArray,
  oglplus::BufferTarget::PixelPack,
  oglplus::BufferTarget::PixelUnpack,
  oglplus::BufferTarget::ShaderStorage,
  oglplus::BufferTarget::Texture,
  oglplus::BufferTarget::TransformFeedback,
  oglplus::BufferTarget::Uniform,
  oglplus::BufferTarget::Query,
  oglplus::BufferTarget::Parameter,
  oglplus::BufferTarget::ExternalVirtualMemory
}
 Buffer bind target. More...
 
enum  oglplus::BufferIndexedTarget : GLenum {
  oglplus::BufferIndexedTarget::AtomicCounter,
  oglplus::BufferIndexedTarget::ShaderStorage,
  oglplus::BufferIndexedTarget::TransformFeedback,
  oglplus::BufferIndexedTarget::Uniform
}
 Buffer indexed bind target. More...
 

Detailed Description

Buffer bind target enumerations.

Author
Matus Chochlik

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)


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).