Kanzi 4.0.0-beta2
kanzi::gfx::limits Namespace Reference

Variables

constexpr uint32_t ConstantDataSize
 Size for a constant data buffer.
 
constexpr float LodClampNone
 Constant to disable LOD clamping in texture sampler.
 
constexpr uint32_t MaxBufferSize
 Maximum size for buffers.
 
constexpr uint32_t MaxColorAttachments
 Maximum number of color attachments supported by the gfx library.
 
constexpr uint32_t MaxDynamicUniformBuffers
 Maximum number of dynamic uniform buffers per draw supported by the gfx library.
 
constexpr uint32_t MaxResourceSets
 Maximum number of resource sets that can be bound at the same time by the gfx library.
 

Variable Documentation

◆ MaxColorAttachments

constexpr uint32_t kanzi::gfx::limits::MaxColorAttachments
constexpr

Maximum number of color attachments supported by the gfx library.

Since
Kanzi 4.0.0

◆ MaxBufferSize

constexpr uint32_t kanzi::gfx::limits::MaxBufferSize
constexpr

Maximum size for buffers.

Since
Kanzi 4.0.0

◆ ConstantDataSize

constexpr uint32_t kanzi::gfx::limits::ConstantDataSize
constexpr

Size for a constant data buffer.

Since
Kanzi 4.0.0

◆ LodClampNone

constexpr float kanzi::gfx::limits::LodClampNone
constexpr

Constant to disable LOD clamping in texture sampler.

Since
Kanzi 4.0.0

◆ MaxDynamicUniformBuffers

constexpr uint32_t kanzi::gfx::limits::MaxDynamicUniformBuffers
constexpr

Maximum number of dynamic uniform buffers per draw supported by the gfx library.

Since
Kanzi 4.0.0

◆ MaxResourceSets

constexpr uint32_t kanzi::gfx::limits::MaxResourceSets
constexpr

Maximum number of resource sets that can be bound at the same time by the gfx library.

Since
Kanzi 4.0.0