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
QRhiD3D11::BytecodeCacheKey Struct Reference

#include <qrhid3d11_p.h>

+ Collaboration diagram for QRhiD3D11::BytecodeCacheKey:

Public Attributes

QByteArray sourceHash
 
QByteArray target
 
QByteArray entryPoint
 
uint compileFlags
 

Detailed Description

Definition at line 834 of file qrhid3d11_p.h.

Member Data Documentation

◆ compileFlags

uint QRhiD3D11::BytecodeCacheKey::compileFlags

Definition at line 838 of file qrhid3d11_p.h.

Referenced by qHash().

◆ entryPoint

QByteArray QRhiD3D11::BytecodeCacheKey::entryPoint

Definition at line 837 of file qrhid3d11_p.h.

Referenced by qHash().

◆ sourceHash

QByteArray QRhiD3D11::BytecodeCacheKey::sourceHash

Definition at line 835 of file qrhid3d11_p.h.

Referenced by qHash().

◆ target

QByteArray QRhiD3D11::BytecodeCacheKey::target

Definition at line 836 of file qrhid3d11_p.h.

Referenced by qHash().


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