File: varying.rst

package info (click to toggle)
python-moderngl 5.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,700 kB
  • sloc: python: 15,758; cpp: 14,665; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Varying
=======

.. py:class:: Varying

    Available in :py:meth:`Program.__getitem__`

    Represents a program output varying.

.. py:attribute:: Varying.name
    :type: str

    The name of the varying.

.. py:attribute:: Varying.number
    :type: int

    The output location of the varying.

.. py:attribute:: Varying.extra
    :type: Any

    User defined data.