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

#include <qrhid3d11_p.h>

+ Collaboration diagram for QD3D11ShaderResourceBindings::BoundResourceData:

Public Attributes

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

Detailed Description

Definition at line 218 of file qrhid3d11_p.h.

Member Data Documentation

◆ [union]

◆ sbuf

BoundStorageBufferData QD3D11ShaderResourceBindings::BoundResourceData::sbuf

Definition at line 223 of file qrhid3d11_p.h.

◆ simage

BoundStorageImageData QD3D11ShaderResourceBindings::BoundResourceData::simage

Definition at line 222 of file qrhid3d11_p.h.

◆ stex

BoundSampledTextureData QD3D11ShaderResourceBindings::BoundResourceData::stex

Definition at line 221 of file qrhid3d11_p.h.

◆ ubuf

BoundUniformBufferData QD3D11ShaderResourceBindings::BoundResourceData::ubuf

Definition at line 220 of file qrhid3d11_p.h.


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