![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhimetal_p.h>
Classes | |
| struct | IndexedArgs |
| struct | NonIndexedArgs |
Public Types | |
| enum | { NonIndexed , U16Indexed , U32Indexed } |
Public Attributes | |
| QMetalCommandBuffer * | cbD |
| enum QRhiMetal::TessDrawArgs:: { ... } | type |
| union { | |
| NonIndexedArgs draw | |
| IndexedArgs drawIndexed | |
| }; | |
Definition at line 484 of file qrhimetal_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NonIndexed | |
| U16Indexed | |
| U32Indexed | |
Definition at line 486 of file qrhimetal_p.h.
| union { ... } QRhiMetal::TessDrawArgs |
| QMetalCommandBuffer* QRhiMetal::TessDrawArgs::cbD |
Definition at line 485 of file qrhimetal_p.h.
Referenced by QRhiMetal::draw(), QRhiMetal::drawIndexed(), and QRhiMetal::tessellatedDraw().
| NonIndexedArgs QRhiMetal::TessDrawArgs::draw |
Definition at line 506 of file qrhimetal_p.h.
| IndexedArgs QRhiMetal::TessDrawArgs::drawIndexed |
Definition at line 507 of file qrhimetal_p.h.
| enum { ... } QRhiMetal::TessDrawArgs::type |