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

Public Attributes

float * vertices
 
voidindices
 
int vertexCount
 
int indexCount
 
GLenum primitiveType
 
qreal iscale
 
QVertexIndexVector::Type indexType
 

Detailed Description

Definition at line 804 of file qopenglpaintengine.cpp.

Member Data Documentation

◆ indexCount

int QOpenGL2PEVectorPathCache::indexCount

Definition at line 814 of file qopenglpaintengine.cpp.

◆ indexType

QVertexIndexVector::Type QOpenGL2PEVectorPathCache::indexType

Definition at line 817 of file qopenglpaintengine.cpp.

◆ indices

void* QOpenGL2PEVectorPathCache::indices

Definition at line 811 of file qopenglpaintengine.cpp.

◆ iscale

qreal QOpenGL2PEVectorPathCache::iscale

Definition at line 816 of file qopenglpaintengine.cpp.

◆ primitiveType

GLenum QOpenGL2PEVectorPathCache::primitiveType

Definition at line 815 of file qopenglpaintengine.cpp.

◆ vertexCount

int QOpenGL2PEVectorPathCache::vertexCount

Definition at line 813 of file qopenglpaintengine.cpp.

◆ vertices

float* QOpenGL2PEVectorPathCache::vertices

Definition at line 810 of file qopenglpaintengine.cpp.


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