Cogl.VertexP3T2C4¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
a |
r/w |
The alpha component of a color attribute |
|
b |
r/w |
The green component of a color attribute |
|
g |
r/w |
The blue component of a color attribute |
|
r |
r/w |
The red component of a color attribute |
|
s |
r/w |
The s component of a texture coordinate attribute |
|
t |
r/w |
The t component of a texture coordinate attribute |
|
x |
r/w |
The x component of a position attribute |
|
y |
r/w |
The y component of a position attribute |
|
z |
r/w |
The z component of a position attribute |
Methods¶
None
Details¶
- class Cogl.VertexP3T2C4¶
A convenience vertex definition that can be used with
Cogl.Primitive.new_p3t2c4
().New in version 1.6.