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
QRhiGles2::Scratch Struct Reference

#include <qrhigles2_p.h>

+ Collaboration diagram for QRhiGles2::Scratch:

Classes

union  data32_t
 
struct  SeparateSampler
 
struct  SeparateTexture
 

Public Attributes

QVarLengthArray< data32_t, 128 > packedArray
 
QVarLengthArray< SeparateTexture, 8 > separateTextureBindings
 
QVarLengthArray< SeparateSampler, 4 > separateSamplerBindings
 

Detailed Description

Definition at line 1151 of file qrhigles2_p.h.

Member Data Documentation

◆ packedArray

QVarLengthArray<data32_t, 128> QRhiGles2::Scratch::packedArray

Definition at line 1156 of file qrhigles2_p.h.

◆ separateSamplerBindings

QVarLengthArray<SeparateSampler, 4> QRhiGles2::Scratch::separateSamplerBindings

Definition at line 1167 of file qrhigles2_p.h.

◆ separateTextureBindings

QVarLengthArray<SeparateTexture, 8> QRhiGles2::Scratch::separateTextureBindings

Definition at line 1162 of file qrhigles2_p.h.


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