File: interleaved_elements.py

package info (click to toggle)
pyopengl 3.1.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,668 kB
  • sloc: python: 108,024; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (15)
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
'''Autogenerated by xml_generate script, do not edit!'''
from OpenGL import platform as _p, arrays
# Code generation uses this
from OpenGL.raw.GL import _types as _cs
# End users want this...
from OpenGL.raw.GL._types import *
from OpenGL.raw.GL import _errors
from OpenGL.constant import Constant as _C

import ctypes
_EXTENSION_NAME = 'GL_AMD_interleaved_elements'
def _f( function ):
    return _p.createFunction( function,_p.PLATFORM.GL,'GL_AMD_interleaved_elements',error_checker=_errors._error_checker)
GL_ALPHA=_C('GL_ALPHA',0x1906)
GL_BLUE=_C('GL_BLUE',0x1905)
GL_GREEN=_C('GL_GREEN',0x1904)
GL_RED=_C('GL_RED',0x1903)
GL_RG16UI=_C('GL_RG16UI',0x823A)
GL_RG8UI=_C('GL_RG8UI',0x8238)
GL_RGBA8UI=_C('GL_RGBA8UI',0x8D7C)
GL_VERTEX_ELEMENT_SWIZZLE_AMD=_C('GL_VERTEX_ELEMENT_SWIZZLE_AMD',0x91A4)
GL_VERTEX_ID_SWIZZLE_AMD=_C('GL_VERTEX_ID_SWIZZLE_AMD',0x91A5)
@_f
@_p.types(None,_cs.GLuint,_cs.GLenum,_cs.GLint)
def glVertexAttribParameteriAMD(index,pname,param):pass