Back to Seed Clases

Cogl


Classes

Interfaces

Structs

Unions

Enums

Enum Cogl.VerticesMode

Import line: Cogl = imports.gi.Cogl;
GIR File: Cogl-1.0.gir
C documentation: CoglVerticesMode
Enum : VerticesMode
  Show / Hide Inherited methods, properties and signals
How vertices passed to cogl_vertex_buffer_draw() and cogl_vertex_buffer_draw_elements() should be interpreted
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Cogl
Method
Cogl.vertex_buffer_draw (void* handle, VerticesMode mode, Number first, Number count) : none
Allows you to draw geometry using all or a subset of the vertices in a vertex buffer.
Cogl
Method
Cogl.vertex_buffer_draw_elements (void* handle, VerticesMode mode, void* indices, Number min_index, Number max_index, Number indices_offset, Number count) : none
This function lets you use an array of indices to specify the vertices within your vertex buffer that you want to draw.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:40 GMT+0800 (HKT)