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. | |
A handle for a bindless texture image.