Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QRhiShaderResourceBinding::TextureAndSampler Struct Reference

#include <qrhi.h>

+ Collaboration diagram for QRhiShaderResourceBinding::TextureAndSampler:

Public Attributes

QRhiTexturetex
 
QRhiSamplersampler
 

Detailed Description

Definition at line 466 of file qrhi.h.

Member Data Documentation

◆ sampler

QRhiSampler* QRhiShaderResourceBinding::TextureAndSampler::sampler

Definition at line 468 of file qrhi.h.

Referenced by QRhiShaderResourceBinding::operator==().

◆ tex

QRhiTexture* QRhiShaderResourceBinding::TextureAndSampler::tex

Definition at line 467 of file qrhi.h.

Referenced by QRhiShaderResourceBinding::operator==().


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