~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/reference/cogl/html/cogl-Vertex-Buffers.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-06 21:02:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090906210203-pqjxypxpcvdp4vr7
Tags: 1.0.4-0ubuntu1
* New upstream release (LP: #425339)
  - Depend on GObject-Introspection 0.6.4, to fix the generation of
    introspection data from uninstalled libraries
  - Fix a crash when closing multiple stages
  - Help gtk-doc pick up ClutterInterval as an object
  - Do not premultiply the color twice inside the CoglPango renderer
  - Fix keyboard navigation of works inside ClutterText
  - Allow key events to bubble up to its parent container if the
    event contains the control modifier is detected
  - Documentation fixes
  - Build fixes
  - Update the MingW script for building Clutter on Windows
  - Update the build instructions for OS X
  - On X11, make sure to destroy the stage Window when switching to
    a foreign one
  - Fix a bug where clutter_actor_apply_relative_transform() was no
    using the right vertex to perform the transformation
* debian/control: bump gobject-introspection and related from 0.6.3 to
  0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Vertex Buffers</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
 
<link rel="home" href="index.html" title="COGL 1.0.0 Reference Manual">
 
7
<link rel="home" href="index.html" title="COGL Reference Manual">
8
8
<link rel="up" href="ch01.html" title="COGL - GL Abstraction API">
9
9
<link rel="prev" href="cogl-Primitives.html" title="Primitives">
10
10
<link rel="next" href="cogl-Matrices.html" title="Matrices">
20
20
<td><a accesskey="p" href="cogl-Primitives.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
21
21
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
22
22
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
23
 
<th width="100%" align="center">COGL 1.0.0 Reference Manual</th>
 
23
<th width="100%" align="center">COGL Reference Manual</th>
24
24
<td><a accesskey="n" href="cogl-Matrices.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
25
25
</tr>
26
26
<tr><td colspan="5" class="shortcuts">
75
75
                                                         CoglVerticesMode mode,
76
76
                                                         int first,
77
77
                                                         int count);
 
78
<a
 
79
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
80
>gboolean</a>            <a class="link" href="cogl-Vertex-Buffers.html#cogl-is-vertex-buffer" title="cogl_is_vertex_buffer ()">cogl_is_vertex_buffer</a>               (<a class="link" href="cogl-General-API.html#CoglHandle" title="CoglHandle">CoglHandle</a> handle);
78
81
 
79
82
enum                <a class="link" href="cogl-Vertex-Buffers.html#CoglIndicesType" title="enum CoglIndicesType">CoglIndicesType</a>;
80
83
<a class="link" href="cogl-General-API.html#CoglHandle" title="CoglHandle">CoglHandle</a>          <a class="link" href="cogl-Vertex-Buffers.html#cogl-vertex-buffer-indices-new" title="cogl_vertex_buffer_indices_new ()">cogl_vertex_buffer_indices_new</a>      (<a class="link" href="cogl-Vertex-Buffers.html#CoglIndicesType" title="enum CoglIndicesType">CoglIndicesType</a> indices_type,
506
509
</table></div>
507
510
</div>
508
511
<hr>
 
512
<div class="refsect2" title="cogl_is_vertex_buffer ()">
 
513
<a name="cogl-is-vertex-buffer"></a><h3>cogl_is_vertex_buffer ()</h3>
 
514
<pre class="programlisting"><a
 
515
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
516
>gboolean</a>            cogl_is_vertex_buffer               (<a class="link" href="cogl-General-API.html#CoglHandle" title="CoglHandle">CoglHandle</a> handle);</pre>
 
517
<p>
 
518
Checks whether <em class="parameter"><code>handle</code></em> is a Vertex Buffer Object</p>
 
519
<p>
 
520
</p>
 
521
<div class="variablelist"><table border="0">
 
522
<col align="left" valign="top">
 
523
<tbody>
 
524
<tr>
 
525
<td><p><span class="term"><em class="parameter"><code>handle</code></em> :</span></p></td>
 
526
<td> a <a class="link" href="cogl-General-API.html#CoglHandle" title="CoglHandle"><span class="type">CoglHandle</span></a> for a vertex buffer object
 
527
</td>
 
528
</tr>
 
529
<tr>
 
530
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
531
<td> <a
 
532
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
 
533
><code class="literal">TRUE</code></a> if the handle is a VBO, and <a
 
534
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
 
535
><code class="literal">FALSE</code></a>
 
536
  otherwise
 
537
 
 
538
</td>
 
539
</tr>
 
540
</tbody>
 
541
</table></div>
 
542
<p class="since">Since 1.0</p>
 
543
</div>
 
544
<hr>
509
545
<div class="refsect2" title="enum CoglIndicesType">
510
546
<a name="CoglIndicesType"></a><h3>enum CoglIndicesType</h3>
511
547
<pre class="programlisting">typedef enum _CoglIndicesType