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
QMetalShaderResourceBindings::BoundResourceData Struct Reference

#include <qrhimetal_p.h>

Collaboration diagram for QMetalShaderResourceBindings::BoundResourceData:

Public Attributes

union { 
   BoundUniformBufferData   ubuf 
   BoundSampledTextureData   stex 
   BoundStorageImageData   simage 
   BoundStorageBufferData   sbuf 
}; 

Detailed Description

Definition at line 213 of file qrhimetal_p.h.

Member Data Documentation

◆ [union]

◆ sbuf

BoundStorageBufferData QMetalShaderResourceBindings::BoundResourceData::sbuf

Definition at line 218 of file qrhimetal_p.h.

◆ simage

BoundStorageImageData QMetalShaderResourceBindings::BoundResourceData::simage

Definition at line 217 of file qrhimetal_p.h.

◆ stex

BoundSampledTextureData QMetalShaderResourceBindings::BoundResourceData::stex

Definition at line 216 of file qrhimetal_p.h.

◆ ubuf

BoundUniformBufferData QMetalShaderResourceBindings::BoundResourceData::ubuf

Definition at line 215 of file qrhimetal_p.h.


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