Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QMetalIndirectCommandBufferData::Slot Struct Reference
Collaboration diagram for QMetalIndirectCommandBufferData::Slot:

Public Attributes

id< MTLIndirectCommandBuffer > icb = nil
id< MTLBuffer > argBuffer = nil
id< MTLBuffer > rangeBuffer = nil
quint64 generation = 0
MTLPrimitiveType primitiveType = MTLPrimitiveTypeTriangle
id< MTLBuffer > indexBuf = nil
quint32 indexOffset = 0
QRhiCommandBuffer::IndexFormat indexFormat = QRhiCommandBuffer::IndexUInt16
bool encoded = false
quint64 usedInFrameId = 0

Detailed Description

Definition at line 4080 of file qrhimetal.mm.

Member Data Documentation

◆ argBuffer

id< MTLBuffer > QMetalIndirectCommandBufferData::Slot::argBuffer = nil

Definition at line 4082 of file qrhimetal.mm.

◆ encoded

bool QMetalIndirectCommandBufferData::Slot::encoded = false

◆ generation

quint64 QMetalIndirectCommandBufferData::Slot::generation = 0

Definition at line 4084 of file qrhimetal.mm.

◆ icb

id< MTLIndirectCommandBuffer > QMetalIndirectCommandBufferData::Slot::icb = nil

Definition at line 4081 of file qrhimetal.mm.

◆ indexBuf

id< MTLBuffer > QMetalIndirectCommandBufferData::Slot::indexBuf = nil

Definition at line 4086 of file qrhimetal.mm.

◆ indexFormat

QRhiCommandBuffer::IndexFormat QMetalIndirectCommandBufferData::Slot::indexFormat = QRhiCommandBuffer::IndexUInt16

Definition at line 4088 of file qrhimetal.mm.

◆ indexOffset

quint32 QMetalIndirectCommandBufferData::Slot::indexOffset = 0

Definition at line 4087 of file qrhimetal.mm.

◆ primitiveType

MTLPrimitiveType QMetalIndirectCommandBufferData::Slot::primitiveType = MTLPrimitiveTypeTriangle

Definition at line 4085 of file qrhimetal.mm.

◆ rangeBuffer

id< MTLBuffer > QMetalIndirectCommandBufferData::Slot::rangeBuffer = nil

Definition at line 4083 of file qrhimetal.mm.

◆ usedInFrameId

quint64 QMetalIndirectCommandBufferData::Slot::usedInFrameId = 0

Definition at line 4090 of file qrhimetal.mm.


The documentation for this struct was generated from the following file: