Skip to content

Texture

Abstract base class for texture types.

Not intended for direct use.

Properties

renderer_id unsigned int

cpp
unsigned int renderer_id { 0 }

Renderer-specific identifier assigned by the graphics API.

Functions

GetType() TextureType pure virtual

cpp
virtual TextureType vglx::Texture::GetType() const=0

Returns texture type.

Released under the MIT License.