OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::TextureHandle Class Reference

A handle for a bindless texture. More...

#include </home/chochlik/devel/oglplus/include/oglplus/texture_handle.hpp>

Public Member Functions

 TextureHandle (TextureName texture)
 Construction from a texture.
 
 TextureHandle (TextureName texture, SamplerName sampler)
 Construction from a texture and a sampler.
 
void MakeResident (void)
 Make the texture resident.
 
void MakeNonResident (void)
 Make the texture non-resident.
 
bool IsResident (void) const
 Make the texture non-resident.
 

Friends

GLuint64 GetGLHandle (TextureHandle)
 Returns the GL handle value from TextureHandle.
 

Detailed Description

A handle for a bindless texture.


The documentation for this class was generated from the following file:

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