OpenGLRaw-3.3.3.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.AMD.InterleavedElements

Contents

Description

 
Synopsis

Extension Support

gl_AMD_interleaved_elements :: Bool Source #

Is the AMD_interleaved_elements extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetAMDInterleavedElements in those cases instead.

Enums

pattern GL_ALPHA :: GLenum Source #

pattern GL_BLUE :: GLenum Source #

pattern GL_GREEN :: GLenum Source #

pattern GL_RED :: GLenum Source #

pattern GL_RG8UI :: GLenum Source #

Functions

glVertexAttribParameteriAMD Source #

Arguments

:: MonadIO m 
=> GLuint

index.

-> GLenum

pname.

-> GLint

param.

-> m ()