Module glium::memory_object

source ·
Expand description

Contains everything related to external API memory objects.

Structs

  • Describes a memory object created by an external API. In OpenGL there is no distinction between a texture or buffer and its underlying memory. However, in other API’s like Vulkan the underlying memory and the image are separate. Thus this type is useful when interfacing with such APIs, as such a memory object can then be used to create a texture or buffer which OpenGL can then interact with.

Enums