Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 194 of file qrhimetal_p.h.

Member Data Documentation

◆ [union]

◆ sbuf

BoundStorageBufferData QMetalShaderResourceBindings::BoundResourceData::sbuf

Definition at line 199 of file qrhimetal_p.h.

Referenced by QRhiMetal::setShaderResources().

◆ simage

BoundStorageImageData QMetalShaderResourceBindings::BoundResourceData::simage

Definition at line 198 of file qrhimetal_p.h.

◆ stex

BoundSampledTextureData QMetalShaderResourceBindings::BoundResourceData::stex

Definition at line 197 of file qrhimetal_p.h.

◆ ubuf

BoundUniformBufferData QMetalShaderResourceBindings::BoundResourceData::ubuf

Definition at line 196 of file qrhimetal_p.h.


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