Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SkVertices::Desc Struct Reference

Public Attributes

VertexMode fMode
 
int fVertexCount
 
int fIndexCount
 
bool fHasTexs
 
bool fHasColors
 

Detailed Description

Definition at line 33 of file SkVertices.cpp.

Member Data Documentation

◆ fHasColors

bool SkVertices::Desc::fHasColors

Definition at line 38 of file SkVertices.cpp.

◆ fHasTexs

bool SkVertices::Desc::fHasTexs

Definition at line 37 of file SkVertices.cpp.

◆ fIndexCount

int SkVertices::Desc::fIndexCount

Definition at line 36 of file SkVertices.cpp.

◆ fMode

VertexMode SkVertices::Desc::fMode

Definition at line 34 of file SkVertices.cpp.

◆ fVertexCount

int SkVertices::Desc::fVertexCount

Definition at line 35 of file SkVertices.cpp.


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