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
QMetalRenderBufferData Struct Reference
+ Collaboration diagram for QMetalRenderBufferData:

Public Attributes

MTLPixelFormat format
 
id< MTLTexture > tex = nil
 

Detailed Description

Definition at line 282 of file qrhimetal.mm.

Member Data Documentation

◆ format

MTLPixelFormat QMetalRenderBufferData::format

Definition at line 284 of file qrhimetal.mm.

Referenced by QMetalRenderBuffer::create().

◆ tex

id<MTLTexture> QMetalRenderBufferData::tex = nil

Definition at line 285 of file qrhimetal.mm.

Referenced by QMetalRenderBuffer::create(), and QMetalRenderBuffer::destroy().


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