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