![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhi_p.h>
Public Types | |
enum | Type { DynamicUpdate , StaticUpload , Read } |
Static Public Member Functions | |
static BufferOp | dynamicUpdate (QRhiBuffer *buf, quint32 offset, quint32 size, const void *data) |
static void | changeToDynamicUpdate (BufferOp *op, QRhiBuffer *buf, quint32 offset, quint32 size, const void *data) |
static BufferOp | dynamicUpdate (QRhiBuffer *buf, quint32 offset, QByteArray data) |
static void | changeToDynamicUpdate (BufferOp *op, QRhiBuffer *buf, quint32 offset, QByteArray data) |
static BufferOp | staticUpload (QRhiBuffer *buf, quint32 offset, quint32 size, const void *data) |
static void | changeToStaticUpload (BufferOp *op, QRhiBuffer *buf, quint32 offset, quint32 size, const void *data) |
static BufferOp | staticUpload (QRhiBuffer *buf, quint32 offset, QByteArray data) |
static void | changeToStaticUpload (BufferOp *op, QRhiBuffer *buf, quint32 offset, QByteArray data) |
static BufferOp | read (QRhiBuffer *buf, quint32 offset, quint32 size, QRhiReadbackResult *result) |
Public Attributes | |
Type | type |
QRhiBuffer * | buf |
quint32 | offset |
QRhiBufferData | data |
quint32 | readSize |
QRhiReadbackResult * | result |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
QRhiBuffer* QRhiResourceUpdateBatchPrivate::BufferOp::buf |
Definition at line 429 of file qrhi_p.h.
Referenced by changeToDynamicUpdate(), changeToDynamicUpdate(), changeToStaticUpload(), changeToStaticUpload(), and read().
QRhiBufferData QRhiResourceUpdateBatchPrivate::BufferOp::data |
Definition at line 431 of file qrhi_p.h.
Referenced by changeToDynamicUpdate(), changeToDynamicUpdate(), changeToStaticUpload(), changeToStaticUpload(), QRhiD3D11::enqueueResourceUpdates(), QRhiGles2::enqueueResourceUpdates(), QRhiMetal::enqueueResourceUpdates(), QRhiVulkan::enqueueResourceUpdates(), and QRhiNull::resourceUpdate().
quint32 QRhiResourceUpdateBatchPrivate::BufferOp::offset |
Definition at line 430 of file qrhi_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
QRhiReadbackResult* QRhiResourceUpdateBatchPrivate::BufferOp::result |
Type QRhiResourceUpdateBatchPrivate::BufferOp::type |
Definition at line 428 of file qrhi_p.h.
Referenced by changeToDynamicUpdate(), changeToDynamicUpdate(), changeToStaticUpload(), changeToStaticUpload(), QRhiD3D11::enqueueResourceUpdates(), QRhiGles2::enqueueResourceUpdates(), QRhiMetal::enqueueResourceUpdates(), QRhiVulkan::enqueueResourceUpdates(), read(), and QRhiNull::resourceUpdate().