Enum TextureUsage

Enum Documentation

enum inexor::vulkan_renderer::TextureUsage

Values:

enumerator BACK_BUFFER

Specifies that this texture is the output of the render graph.

enumerator DEPTH_STENCIL_BUFFER

Specifies that this texture is a combined depth/stencil buffer.

Note

This may mean that this texture is completely GPU-sided and cannot be accessed by the CPU in any way.

enumerator NORMAL

Specifies that this texture isn’t used for any special purpose.