Struct BufferRange

Struct Documentation

struct BufferRange

Describes how to interpret a given uniform/constant buffer.

Public Members

uint64_t offset

The offset into the buffer in bytes where the bound range begins.

uint64_t range

The length of the bound range.