Bindless Texture handle wrapper. More...
#include <oglplus/fwd.hpp>
#include <oglplus/glfunc.hpp>
#include <oglplus/object/tags.hpp>
#include <oglplus/object/name.hpp>
#include <oglplus/prog_var/type_ops.hpp>
#include <oglplus/pixel_data.hpp>
#include <oglplus/access_specifier.hpp>
Go to the source code of this file.
Classes | |
class | oglplus::TextureHandle |
A handle for a bindless texture. More... | |
class | oglplus::ImageHandle |
A handle for a bindless texture image. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Functions | |
GLuint64 | oglplus::GetGLHandle (TextureHandle th) |
Returns the GL handle value from TextureHandle. | |
GLuint64 | oglplus::GetGLHandle (ImageHandle ih) |
Returns the GL handle value from ImageHandle. | |
Bindless Texture handle wrapper.
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)