OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ImageHandle Class Reference

A handle for a bindless texture image. More...

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

Public Member Functions

 ImageHandle (TextureName texture, GLint level, bool layered, GLint layer, ImageUnitFormat format)
 Construction from a texture and additional parameters.
 
void MakeResident (AccessSpecifier access)
 Make the image resident.
 
void MakeNonResident (void)
 Make the image non-resident.
 
bool IsResident (void) const
 Make the image non-resident.
 

Friends

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

Detailed Description

A handle for a bindless texture image.


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