File: vao.rst

package info (click to toggle)
python-moderngl-window 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 69,220 kB
  • sloc: python: 11,387; makefile: 21
file content (27 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

.. py:module:: moderngl_window.opengl.vao
.. py:currentmodule:: moderngl_window.opengl.vao

opengl.vao.VAO
==============

.. autodata:: VAO
   :annotation:

Methods
-------

.. automethod:: VAO.__init__
.. automethod:: VAO.render
.. automethod:: VAO.render_indirect
.. automethod:: VAO.transform
.. automethod:: VAO.buffer
.. automethod:: VAO.index_buffer
.. automethod:: VAO.instance
.. automethod:: VAO.release
.. automethod:: VAO.get_buffer_by_name

Attributes
----------

.. autoattribute:: VAO.ctx