The cl-opengl Reference Manual

This is the cl-opengl Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Thu May 15 04:17:34 2025 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-opengl

Common Lisp bindings to OpenGL.

Maintainer

Bart Botta

Home Page

https://cl-opengl.common-lisp.dev/

Source Control

(GIT https://github.com/3b/cl-opengl.git)

Bug Tracker

https://github.com/3b/cl-opengl/issues

License

BSD

Dependencies
  • cffi (system).
  • alexandria (system).
  • float-features (system).
Source

cl-opengl.asd.

Child Component

gl (module).


3 Modules

Modules are listed depth-first from the system components tree.


4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 cl-opengl/cl-opengl.asd

Source

cl-opengl.asd.

Parent Component

cl-opengl (system).

ASDF Systems

cl-opengl.


4.1.2 cl-opengl/gl/bindings-package.lisp

Source

cl-opengl.asd.

Parent Component

gl (module).

Packages

cl-opengl-bindings.


4.1.3 cl-opengl/gl/constants.lisp

Dependency

bindings-package.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).


4.1.4 cl-opengl/gl/library-common.lisp

Dependency

constants.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Packages

cl-opengl-library.

Public Interface

4.1.5 cl-opengl/gl/library.lisp

Dependency

library-common.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).


4.1.6 cl-opengl/gl/bindings.lisp

Dependency

library.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.7 cl-opengl/gl/thunks.lisp

Dependency

bindings.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Internals

4.1.8 cl-opengl/gl/types.lisp

Dependency

thunks.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.9 cl-opengl/gl/funcs-gl-glcore-gles1-gles2-glsc2.lisp

Dependency

types.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.10 cl-opengl/gl/funcs-gl-glcore-gles1-gles2.lisp

Dependency

funcs-gl-glcore-gles1-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.11 cl-opengl/gl/funcs-gl-glcore-gles2-glsc2.lisp

Dependency

funcs-gl-glcore-gles1-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.12 cl-opengl/gl/funcs-gl-glcore-gles2.lisp

Dependency

funcs-gl-glcore-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.13 cl-opengl/gl/funcs-gl-glcore.lisp

Dependency

funcs-gl-glcore-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.14 cl-opengl/gl/funcs-gl-gles1-gles2-glsc2.lisp

Dependency

funcs-gl-glcore.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.15 cl-opengl/gl/funcs-gl-gles1-gles2.lisp

Dependency

funcs-gl-gles1-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.16 cl-opengl/gl/funcs-gl-gles1.lisp

Dependency

funcs-gl-gles1-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.17 cl-opengl/gl/funcs-gl-gles2-glsc2.lisp

Dependency

funcs-gl-gles1.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.18 cl-opengl/gl/funcs-gl-gles2.lisp

Dependency

funcs-gl-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.19 cl-opengl/gl/funcs-gl.lisp

Dependency

funcs-gl-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.20 cl-opengl/gl/funcs-gles1-gles2.lisp

Dependency

funcs-gl.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.21 cl-opengl/gl/funcs-gles1.lisp

Dependency

funcs-gles1-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.22 cl-opengl/gl/funcs-gles2.lisp

Dependency

funcs-gles1.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.23 cl-opengl/gl/package.lisp

Dependency

funcs-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Packages

cl-opengl.


4.1.24 cl-opengl/gl/special-constants.lisp

Dependency

package.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.25 cl-opengl/gl/util.lisp

Dependency

special-constants.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Internals

4.1.26 cl-opengl/gl/opengl.lisp

Dependency

util.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.27 cl-opengl/gl/rasterization.lisp

Dependency

opengl.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

internal-format->int (function).


4.1.28 cl-opengl/gl/framebuffer.lisp

Dependency

rasterization.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.29 cl-opengl/gl/special.lisp

Dependency

framebuffer.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.30 cl-opengl/gl/state.lisp

Dependency

special.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.31 cl-opengl/gl/dsa.lisp

Dependency

state.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.32 cl-opengl/gl/extensions.lisp

Dependency

dsa.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

5 Packages

Packages are listed by definition order.


5.1 cl-opengl

Source

package.lisp.

Nicknames
  • opengl
  • gl
Use List
  • cffi.
  • common-lisp.
Public Interface
Internals

5.2 cl-opengl-bindings

Source

bindings-package.lisp.

Nickname

%gl

Use List
  • cffi.
  • common-lisp.
Public Interface
Internals

5.3 cl-opengl-library

Source

library-common.lisp.

Use List
  • cffi.
  • common-lisp.
Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Constants

Constant: +all-pixels-amd+
Package

cl-opengl.

Source

special-constants.lisp.

Constant: +invalid-index+
Package

cl-opengl.

Source

special-constants.lisp.

Constant: +timeout-ignored+
Package

cl-opengl.

Source

special-constants.lisp.

Constant: +timeout-ignored-apple+
Package

cl-opengl.

Source

special-constants.lisp.


6.1.2 Special variables

Special Variable: *gl-get-proc-address*
Package

cl-opengl-bindings.

Source

bindings.lisp.

Special Variable: *glext-last-updated*
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.

Special Variable: *glext-version*
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.


6.1.3 Macros

Macro: define-gl-array-format (name &body clauses)

Defines a vertex array format spcification. Each clause has
the format (array-type parameter*) where array-type can
currently be one of VERTEX, COLOR, SECONDARY-COLOR, NORMAL,
INDEX, FOG-COORD, TEX-COORD, EDGE-FLAG OR VERTEX-ATTRIB.

Parameters are keyword arguments for the corresponding array
type. The following parameters are supported:

:TYPE – array element type (all array types)
:COMPONENTS – list of component (slot) names for this array (all types) :STAGE – active texture for the array (TEX-COORD type)
:INDEX – vertex attribute index (VERTEX-ATTRIB type)
:NORMALIZED – whether values should be normalized (VERTEX-ATTRIB)

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-float-traps-masked (() &body body)

Mask floating point traps in dynamic scope of BODY, and disable automatic per-call masking within that scope.

Package

cl-opengl-bindings.

Source

bindings.lisp.

Macro: with-gl-array ((var type &key count) &body forms)

Allocates a fresh GL-ARRAY of type TYPE and COUNT elements. The array will be bound to VAR and is freed when execution moves outside WITH-GL-ARRAY.

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-gl-mapped-buffer ((a target access type) &body body)

This is like WITH-MAPPED-BUFFER, but maps to a GL-ARRAY instead.

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-mapped-buffer ((p target access) &body body)

Maps the buffer currently bound to TARGET with ACCESS storing the returned pointer in P. The buffer is unmapped when execution leaves WITH-MAPPED-BUFFER. Note that this will break when another buffer is bound within FORMS.

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-new-list ((id mode) &body body)
Package

cl-opengl.

Source

special.lisp.

Macro: with-primitive (mode &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-primitives (mode &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-pushed-attrib ((&rest attributes) &body body)
Package

cl-opengl.

Source

state.lisp.

Macro: with-pushed-client-attrib ((&rest attributes) &body body)
Package

cl-opengl.

Source

state.lisp.

Macro: with-pushed-matrix (&body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-pushed-matrix* ((matrix) &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-query ((target id) &body body)
Package

cl-opengl.

Source

framebuffer.lisp.


6.1.4 Compiler macros

Compiler Macro: accum (op value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: accum-x-oes (op value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: active-stencil-face-ext (face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-fragment-op-1-ati (op dst dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-fragment-op-2-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-fragment-op-3-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-func (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: alpha-func-qcom (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: alpha-func-x (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: alpha-func-x-oes (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: alpha-to-coverage-dither-control-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: apply-texture-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: array-object-ati (array size type stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: async-copy-image-sub-data-nvx (waitsemaphorecount waitsemaphorearray waitvaluearray srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth signalsemaphorecount signalsemaphorearray signalvaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-conditional-render (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-conditional-render-nv (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: begin-query (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: begin-query-arb (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-query-ext (target id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: begin-query-indexed (target index id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: begin-transform-feedback (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: begin-transform-feedback-ext (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-transform-feedback-nv (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: bind-buffer-arb (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-base (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-buffer-base-ext (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-base-nv (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-offset-ext (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-offset-nv (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-range (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-buffer-range-ext (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-range-nv (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffers-base (target first count buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: bind-buffers-range (target first count buffers offsets sizes)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: bind-framebuffer (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: bind-framebuffer-ext (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-framebuffer-oes (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: bind-image-texture (unit texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-image-texture-ext (index texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-light-parameter-ext (light value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-material-parameter-ext (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-multi-texture-ext (texunit target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: bind-parameter-ext (value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-program-arb (target program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-program-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-renderbuffer (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: bind-renderbuffer-ext (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-renderbuffer-oes (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: bind-tex-gen-parameter-ext (unit coord value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-texture (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: bind-texture-ext (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-texture-unit-parameter-ext (unit value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-transform-feedback (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-transform-feedback-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-video-capture-stream-buffer-nv (video_capture_slot stream frame_region offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-video-capture-stream-texture-nv (video_capture_slot stream frame_region target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: binormal-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: blend-equation-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: blend-equation-i (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-equation-i-arb (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-equation-i-ext (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-i-oes (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-indexed-amd (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation-oes (mode)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: blend-equation-separate (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: blend-equation-separate-ext (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation-separate-i (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-equation-separate-i-arb (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-equation-separate-i-ext (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-separate-i-oes (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-separate-indexed-amd (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation-separate-oes (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: blend-func (sfactor dfactor)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: blend-func-i (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-func-i-arb (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-func-i-ext (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-i-oes (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-indexed-amd (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: blend-func-separate-ext (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate-i (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-func-separate-i-arb (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-func-separate-i-ext (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-separate-i-oes (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-separate-indexed-amd (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate-ingr (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate-oes (srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: blend-parameter-i-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: blit-framebuffer (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: blit-framebuffer-angle (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blit-framebuffer-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blit-framebuffer-layer-ext (srcx0 srcy0 srcx1 srcy1 srclayer dstx0 dsty0 dstx1 dsty1 dstlayer mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blit-framebuffer-layers-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blit-framebuffer-nv (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blit-named-framebuffer (readframebuffer drawframebuffer srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-address-range-nv (pname index address length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: buffer-data (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: buffer-data-arb (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: buffer-page-commitment-arb (target offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-page-commitment-mem-nv (target offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: buffer-parameter-i-apple (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: buffer-storage (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-storage-ext (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: buffer-storage-external-ext (target offset size clientbuffer flags)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: buffer-storage-mem-ext (target size memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: call-lists (n type lists)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: check-framebuffer-status (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: check-framebuffer-status-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: check-framebuffer-status-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: check-named-framebuffer-status (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: check-named-framebuffer-status-ext (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clamp-color (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clamp-color-arb (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clear (&rest bufs)
Package

cl-opengl.

Source

framebuffer.lisp.

Compiler Macro: clear-buffer-data (target internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-buffer-fi (buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-buffer-fv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-buffer-iv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-buffer-sub-data (target internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-buffer-uiv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-named-buffer-data (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-buffer-data-ext (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-buffer-sub-data (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-buffer-sub-data-ext (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-fi (framebuffer buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-fv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-iv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-uiv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-tex-image (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-tex-image-ext (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: clear-tex-sub-image (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-tex-sub-image-ext (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: client-active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: client-active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: client-active-vertex-stream-ati (stream)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clip-control (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clip-control-ext (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clip-plane-f (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-f-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-x-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-fragment-op-1-ati (op dst dstmask dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-fragment-op-2-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-fragment-op-3-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-mask (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: color-mask-i (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: color-mask-i-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: color-mask-i-oes (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: color-mask-indexed-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-material (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-p4ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-p4uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: color-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-sub-table (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-sub-table-ext (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-table-ext (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table-sgi (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-input-nv (stage portion variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-output-nv (stage portion aboutput cdoutput sumoutput scale bias abdotproduct cddotproduct muxsum)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-f-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-fv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-multi-tex-image-1d-ext (texunit target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-image-2d-ext (texunit target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-image-3d-ext (texunit target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-sub-image-1d-ext (texunit target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-tex-image-1d (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-1d-arb (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-2d (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: compressed-tex-image-2d-arb (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-3d (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: compressed-tex-image-3d-arb (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-3d-oes (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: compressed-tex-sub-image-1d (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-1d-arb (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-2d (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: compressed-tex-sub-image-2d-arb (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: compressed-tex-sub-image-3d-arb (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: compressed-texture-image-1d-ext (texture target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-image-2d-ext (texture target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-image-3d-ext (texture target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-1d (texture level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-1d-ext (texture target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-2d (texture level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-2d-ext (texture target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: conservative-raster-parameter-f-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: conservative-raster-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: convolution-filter-1d (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-filter-1d-ext (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-filter-2d (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-filter-2d-ext (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-f (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-f-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-i (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-i-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: copy-buffer-sub-data (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: copy-buffer-sub-data-nv (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-color-sub-table (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-color-sub-table-ext (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-color-table (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-color-table-sgi (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-convolution-filter-1d (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-convolution-filter-1d-ext (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-convolution-filter-2d (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-convolution-filter-2d-ext (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-image-sub-data (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: copy-image-sub-data-ext (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-image-sub-data-nv (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-image-sub-data-oes (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-multi-tex-image-1d-ext (texunit target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-image-2d-ext (texunit target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-sub-image-1d-ext (texunit target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-pixels (x y width height type)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-image-1d (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-image-1d-ext (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-image-2d (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: copy-tex-image-2d-ext (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-1d (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-1d-ext (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-2d (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: copy-tex-sub-image-2d-ext (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-3d (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: copy-tex-sub-image-3d-ext (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-3d-oes (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-texture-image-1d-ext (texture target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-image-2d-ext (texture target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-sub-image-1d-ext (texture target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-sub-image-2d-ext (texture target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: cover-fill-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: cover-stroke-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: coverage-mask-nv (mask)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: coverage-modulation-nv (components)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: coverage-operation-nv (operation)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: create-queries (target n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: create-shader (type)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: create-shader-object-arb (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: create-shader-program-ext (type string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: create-shader-program-v (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: create-shader-programv-ext (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: create-textures (target n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: cull-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: cull-parameter-dv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: cull-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: debug-message-control (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: debug-message-control-arb (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: debug-message-control-khr (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: debug-message-enable-amd (category severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: debug-message-insert (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: debug-message-insert-amd (category severity id length buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: debug-message-insert-arb (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: debug-message-insert-khr (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: deformation-map-3d-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: deformation-map-3f-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: delete-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: depth-func (func)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: depth-mask (flag)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: detail-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: disable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: disable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: disable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: disable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: disable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: disable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: disable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: disable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: discard-framebuffer-ext (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: draw-arrays (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: draw-arrays-ext (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-arrays-indirect (mode indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-arrays-instanced (mode first count instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: draw-arrays-instanced-angle (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-arrays-instanced-arb (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-arrays-instanced-base-instance (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-arrays-instanced-base-instance-ext (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-arrays-instanced-ext (mode start count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-arrays-instanced-nv (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-buffer (buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-commands-address-nv (primitivemode indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-commands-nv (primitivemode buffer indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-element-array-apple (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-element-array-ati (mode count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-elements (mode count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: draw-elements-base-vertex (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-base-vertex-ext (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-base-vertex-oes (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-indirect (mode type indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-instanced (mode count type indices instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: draw-elements-instanced-angle (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-arb (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-elements-instanced-base-instance (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-elements-instanced-base-instance-ext (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-base-instance (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-base-instance-ext (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-ext (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-oes (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-instanced-nv (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-mesh-arrays-sun (mode first count width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-pixels (width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-range-element-array-apple (mode start end first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-range-element-array-ati (mode start end count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-range-elements (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: draw-range-elements-base-vertex (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-range-elements-base-vertex-ext (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-range-elements-base-vertex-oes (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-range-elements-ext (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-transform-feedback (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-transform-feedback-ext (mode id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-transform-feedback-instanced (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-transform-feedback-instanced-ext (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-transform-feedback-nv (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-transform-feedback-stream (mode id stream)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-transform-feedback-stream-instanced (mode id stream instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: edge-flag (flag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: egl-image-target-renderbuffer-storage-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: egl-image-target-tex-storage-ext (target image attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: egl-image-target-texture-2d-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: element-pointer-apple (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: element-pointer-ati (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: enable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: enable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: enable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: enable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: enable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: enable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: enable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: enable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: end-query (target)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: end-query-arb (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: end-query-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: end-query-indexed (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: eval-maps-nv (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: eval-mesh-1 (mode i1 i2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: eval-mesh-2 (mode i1 i2 j1 j2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: execute-program-nv (target id params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: ext-get-buffer-pointer-v-qcom (target params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-get-program-binary-source-qcom (program shadertype source length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-get-tex-level-parameter-iv-qcom (texture face level pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-get-tex-sub-image-qcom (target level xoffset yoffset zoffset width height depth format type texels)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-tex-object-state-override-i-qcom (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: feedback-buffer (size type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: feedback-buffer-x-oes (n type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fence-sync (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: fence-sync-apple (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: final-combiner-input-nv (variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: finish-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: flush-mapped-buffer-range (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: flush-mapped-buffer-range-apple (target offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: flush-mapped-buffer-range-ext (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: flush-pixel-data-range-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: flush-static-data-ibm (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-coord-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: fog-coord-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-coord-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-coord-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fog-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fog-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: fog-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fog-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: fog-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fragment-color-material-sgix (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-f-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-i-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-f-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-i-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-draw-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-parameter-i-mesa (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-read-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-renderbuffer (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: framebuffer-renderbuffer-ext (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-renderbuffer-oes (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: framebuffer-sample-locations-fv-arb (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-sample-locations-fv-nv (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-sample-positions-fv-amd (target numsamples pixelindex values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-shading-rate-ext (target attachment texture baselayer numlayers texelwidth texelheight)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: framebuffer-texture-1d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-1d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-2d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: framebuffer-texture-2d-downsample-img (target attachment textarget texture level xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-2d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-2d-multisample-ext (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: framebuffer-texture-2d-multisample-img (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: framebuffer-texture-2d-oes (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: framebuffer-texture-3d (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-3d-ext (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-3d-oes (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-arb (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-ext (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: framebuffer-texture-face-arb (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-face-ext (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-layer (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-texture-layer-arb (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-layer-downsample-img (target attachment texture level layer xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-layer-ext (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-multisample-multiview-ovr (target attachment texture level samples baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-multiview-ovr (target attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-texture-oes (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: front-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: gen-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: gen-symbols-ext (datatype storagetype range components)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: generate-mipmap (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: generate-mipmap-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: generate-mipmap-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: generate-multi-tex-mipmap-ext (texunit target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: generate-texture-mipmap-ext (texture target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get* (name &optional index)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: get-active-atomic-counter-buffer-iv (program bufferindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-subroutine-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-subroutine-uniform-iv (program shadertype index pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-subroutine-uniform-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-uniform-block-iv (program uniformblockindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-active-uniforms-iv (program uniformcount uniformindices pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-array-object-fv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-array-object-iv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-boolean-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-boolean-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-boolean-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-buffer-parameter-i64v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-buffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-buffer-parameter-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-buffer-parameter-ui64v-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-buffer-pointer-v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-buffer-pointer-v-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-buffer-pointer-v-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: get-buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-clip-plane-f (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-color-table (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-color-table-ext (target format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-color-table-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-color-table-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-sgi (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-input-parameter-fv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-input-parameter-iv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-output-parameter-fv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-output-parameter-iv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-command-header-nv (tokenid size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-compressed-multi-tex-image-ext (texunit target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-compressed-tex-image (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-compressed-tex-image-arb (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-compressed-texture-image-ext (texture target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-filter (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-filter-ext (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-detail-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-double-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-double-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-double-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-double-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fence-iv-nv (fence pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: get-final-combiner-input-parameter-fv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-final-combiner-input-parameter-iv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fixed-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-fixed-v-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-float-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-float-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-float-i-v-nv (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-float-i-v-oes (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-float-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-float-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-framebuffer-attachment-parameter-iv (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: get-framebuffer-attachment-parameter-iv-ext (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-framebuffer-attachment-parameter-iv-oes (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-framebuffer-parameter-fv-amd (target pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-framebuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-framebuffer-parameter-iv-mesa (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-handle-arb (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-histogram-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-histogram-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-histogram-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-image-handle-arb (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-image-handle-nv (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-integer-64-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-integer-64-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-integer-64-v-apple (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: get-integer-64-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-integer-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-integer-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-integer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-integer-ui64i-v-nv (value index result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-integer-ui64v-nv (value result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-integer-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-internal-format-i64v (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-internal-format-iv (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-internal-format-sample-iv-nv (target internalformat samples pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-invariant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-invariant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-invariant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-light-x-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-local-constant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-local-constant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-local-constant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-attrib-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-attrib-parameter-iv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-control-points-nv (target index type ustride vstride packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-dv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-fv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-iv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-xv-oes (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-material-xv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-material-xv-oes (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-memory-object-detached-resources-uiv-nv (memory pname first count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-minmax (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-minmax-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-minmax-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-minmax-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-minmax-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-minmax-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-image-ext (texunit target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-level-parameter-fv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-level-parameter-iv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multisample-fv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-multisample-fv-nv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-named-buffer-parameter-i64v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-parameter-iv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-parameter-iv-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-parameter-ui64v-nv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-pointer-v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-pointer-v-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-attachment-parameter-iv (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-attachment-parameter-iv-ext (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-parameter-fv-amd (framebuffer pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-named-framebuffer-parameter-iv (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-iv-ext (program target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-iiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-iuiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-string-ext (program target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-renderbuffer-parameter-iv (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-renderbuffer-parameter-iv-ext (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-string-iv-arb (namelen name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-object-buffer-fv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-buffer-iv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-label (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-object-label-ext (type object bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-object-label-khr (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-object-parameter-fv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-parameter-iv-apple (objecttype name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-parameter-iv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-occlusion-query-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-occlusion-query-uiv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-path-color-gen-fv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-color-gen-iv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-metrics-nv (metricquerymask numpaths pathnametype paths pathbase stride metrics)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-spacing-nv (pathlistmode numpaths pathnametype paths pathbase advancescale kerningscale transformtype returnedspacing)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-tex-gen-fv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-tex-gen-iv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-perf-monitor-counter-data-amd (monitor pname datasize data byteswritten)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-perf-monitor-counter-info-amd (group counter pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-pixel-map-fv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-map-uiv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-map-usv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-map-xv (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pointer-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-pointer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-pointer-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-pointer-v-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pointer-v-khr (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-program-env-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-env-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-env-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-env-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-interface-iv (program programinterface pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-iv (program pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-program-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-parameter-dv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-pipeline-iv (pipeline pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-fv-nv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-iv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-location (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-location-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-program-resource-location-index-ext (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-program-resource-name (program programinterface index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-stage-iv (program shadertype pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-program-string-arb (target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-string-nv (id pname program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-subroutine-parameter-uiv-nv (target index param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-buffer-object-i64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-buffer-object-iv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-buffer-object-ui64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-buffer-object-uiv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-indexed-iv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-query-object-i64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-object-i64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-object-iv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-object-iv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-object-iv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-query-object-ui64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-object-ui64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-object-uiv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-object-uiv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-object-uiv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-renderbuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: get-renderbuffer-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-renderbuffer-parameter-iv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-sampler-parameter-fv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sampler-parameter-iiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sampler-parameter-iiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iuiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sampler-parameter-iuiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iuiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-separable-filter (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-separable-filter-ext (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-shader-iv (shader pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-shader-precision-format (shadertype precisiontype range precision)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-shading-rate-sample-location-iv-nv (rate samples index location)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sharpen-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-stage-index-nv (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-string (name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-string-i (name index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-subroutine-index (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-subroutine-uniform-location (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-sync-iv (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sync-iv-apple (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: get-tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-filter-func-sgis (target filter weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-image (target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-level-parameter-fv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-level-parameter-iv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-level-parameter-xv-oes (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-tex-parameter-pointer-v-apple (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-texture-image (texture level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-image-ext (texture target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-fv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-fv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-iv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-iv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-fv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-sub-image (texture level xoffset yoffset zoffset width height depth format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-track-matrix-iv-nv (target address pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-transform-feedback-i-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-transform-feedback-i64-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-transform-feedback-iv (xfb pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-uniform-subroutine-uiv (shadertype location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-unsigned-byte-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-unsigned-byte-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-variant-array-object-fv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-array-object-iv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-pointer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-array-indexed-64iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-indexed-iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-integer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-integer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-iv (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-pointer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-pointer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-array-object-fv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-array-object-iv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-dv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-dv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-dv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-fv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-vertex-attrib-fv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-fv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-vertex-attrib-iiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iuiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-vertex-attrib-iuiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-vertex-attrib-iv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-ldv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-ldv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-li64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-lui64v-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-lui64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-pointer-v (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-vertex-attrib-pointer-v-arb (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-pointer-v-nv (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-iv-nv (video_capture_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-stream-dv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-stream-fv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-stream-iv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-i64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-iv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-ui64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-uiv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-color-table (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-color-table-arb (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-compressed-tex-image (target lod bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-compressed-tex-image-arb (target lod bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-convolution-filter (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-convolution-filter-arb (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-histogram (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-histogram-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-map-dv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-map-dv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-map-fv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-map-fv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-map-iv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-map-iv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-minmax (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-minmax-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-pixel-map-fv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-pixel-map-fv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-pixel-map-uiv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-pixel-map-uiv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-pixel-map-usv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-pixel-map-usv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-separable-filter (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-separable-filter-arb (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-tex-image (target level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-tex-image-arb (target level format type bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: hint (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: hint-pgi (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: histogram (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: histogram-ext (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: igloo-interface-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-f-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-i-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: import-memory-fd-ext (memory size handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-memory-win32-handle-ext (memory size handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-memory-win32-name-ext (memory size handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-semaphore-fd-ext (semaphore handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-semaphore-win32-handle-ext (semaphore handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-semaphore-win32-name-ext (semaphore handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-sync-ext (external_sync_type external_sync flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: index-func-ext (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: interleaved-arrays (format stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: invalidate-framebuffer (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: invalidate-sub-framebuffer (target numattachments attachments x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: is-buffer-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: is-enabled (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: is-enabled-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: is-enabled-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: is-enabled-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: is-enabled-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: is-enabled-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: is-name-amd (identifier name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: is-variant-enabled-ext (id cap)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: is-vertex-attrib-enabled-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: label-object-ext (type object length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: lgpu-copy-image-sub-data-nvx (sourcegpu destinationgpumask srcname srctarget srclevel srcx srxy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-env-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-f (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-i (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-model-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-model-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-model-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-model-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-model-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-model-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-model-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-model-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-x (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-x-oes (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: list-parameter-f-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: list-parameter-i-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: load-program-nv (target id len program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: logic-op (opcode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: make-buffer-non-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: make-buffer-resident-nv (target access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: make-image-handle-resident-arb (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: make-image-handle-resident-nv (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: make-named-buffer-resident-nv (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: map-1d (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-1f (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-1x-oes (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: map-2d (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-2f (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-2x-oes (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: map-buffer (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-buffer-arb (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-buffer-oes (target access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: map-buffer-range (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: map-buffer-range-ext (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: map-control-points-nv (target index type ustride vstride uorder vorder packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-named-buffer (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: map-named-buffer-ext (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: material-f (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: material-i (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: material-x (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: material-xv (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: material-xv-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: matrix-frustum-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-index-pointer-arb (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: matrix-index-pointer-oes (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: matrix-load-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-identity-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: matrix-mult-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-ortho-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-pop-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-push-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-rotate-d-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-rotate-f-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-scale-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-scale-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-translate-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-translate-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: minmax (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: minmax-ext (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays (mode first count drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays-ext (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: multi-draw-arrays-indirect (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-amd (mode indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays-indirect-bindless-count-nv (mode indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-bindless-nv (mode indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-count (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays-indirect-count-arb (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-ext (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: multi-draw-element-array-apple (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements (mode count type indices drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements-base-vertex (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-base-vertex-ext (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: multi-draw-elements-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: multi-draw-elements-indirect (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-amd (mode type indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements-indirect-bindless-count-nv (mode type indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-bindless-nv (mode type indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-count (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements-indirect-count-arb (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-ext (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: multi-draw-range-element-array-apple (mode start end first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-mode-draw-elements-ibm (mode count type indices primcount modestride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-buffer-ext (texunit target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-1b-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-1bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-1d (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1d-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1f (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1f-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1h-nv (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1i (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1i-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1s (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1s-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1x-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-1xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2b-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2d (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2d-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2f (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2f-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2h-nv (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2i (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2i-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2s (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2s-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2x-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3b-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3d (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3d-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3f (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3f-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3h-nv (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3i (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3i-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3s (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3s-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3x-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4b-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4d (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4d-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4f (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4f-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4h-nv (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4i (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4i-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4s (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4s-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4x (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: multi-tex-coord-4x-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-p1ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p1uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p2ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p2uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p3ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p3uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p4ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p4uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-pointer-ext (texunit size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-d-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-f-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-i-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-image-1d-ext (texunit target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-image-2d-ext (texunit target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-image-3d-ext (texunit target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-renderbuffer-ext (texunit target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-sub-image-1d-ext (texunit target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multicast-blit-framebuffer-nv (srcgpu dstgpu srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-copy-image-sub-data-nv (srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-i64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-iv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-ui64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-uiv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: named-buffer-data (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-data-ext (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-page-commitment-arb (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-page-commitment-ext (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-page-commitment-mem-nv (buffer offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: named-framebuffer-draw-buffer (framebuffer buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-parameter-i (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-parameter-i-ext (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-read-buffer (framebuffer src)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-renderbuffer (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-renderbuffer-ext (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-1d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-2d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-3d-ext (framebuffer attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-ext (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-face-ext (framebuffer attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-layer (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-layer-ext (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-multiview-ovr (framebuffer attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: named-program-local-parameter-4d-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-4dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-4f-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-4fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4i-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4iv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4ui-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4uiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameters-4fv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameters-i4iv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameters-i4uiv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-string-ext (program target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-ext (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-multisample (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-multisample-advanced-amd (renderbuffer samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: named-renderbuffer-storage-multisample-coverage-ext (renderbuffer coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-multisample-ext (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-string-arb (type namelen name stringlen string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: new-list (list mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: new-object-buffer-ati (size pointer usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: normal-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: normal-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: normal-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: normal-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-pointer-v-intel (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3b-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3bv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3d-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3f-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3i-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3s-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: object-label (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: object-label-khr (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: object-purgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: object-unpurgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pass-tex-coord-ati (dst coord swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: patch-parameter-fv (pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: patch-parameter-i (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: patch-parameter-i-ext (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: patch-parameter-i-oes (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: path-color-gen-nv (color genmode colorformat coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-commands-nv (path numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-coords-nv (path numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-cover-depth-func-nv (func)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-fog-gen-nv (genmode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyph-index-array-nv (firstpathname fonttarget fontname fontstyle firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyph-index-range-nv (fonttarget fontname fontstyle pathparametertemplate emscale baseandcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyph-range-nv (firstpathname fonttarget fontname fontstyle firstglyph numglyphs handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyphs-nv (firstpathname fonttarget fontname fontstyle numglyphs type charcodes handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-memory-glyph-index-array-nv (firstpathname fonttarget fontsize fontdata faceindex firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-f-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-i-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-stencil-func-nv (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-string-nv (path format length pathstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-sub-commands-nv (path commandstart commandstodelete numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-sub-coords-nv (path coordstart numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-tex-gen-nv (texcoordset genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: pixel-data-range-nv (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-fv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-uiv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-usv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-x (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: pixel-store-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-store-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: pixel-store-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: pixel-tex-gen-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-parameter-i-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-sgix (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transfer-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transfer-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transfer-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: pixel-transform-parameter-f-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transform-parameter-i-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pntriangles-f-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pntriangles-i-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-parameter-f-arb (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-f-ext (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-parameter-fv-arb (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: point-parameter-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-parameter-xv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: point-parameter-xv-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-size-pointer-oes (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: polygon-mode (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: polygon-mode-nv (face mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: present-frame-dual-fill-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 target1 fill1 target2 fill2 target3 fill3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: present-frame-keyed-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 key0 target1 fill1 key1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-binary (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: program-binary-oes (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: program-buffer-parameters-fv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-buffer-parameters-iiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-buffer-parameters-iuiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4d-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4dv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4f-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4fv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-i (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-parameter-i-arb (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-parameter-i-ext (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-parameters-4dv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameters-4fv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-path-fragment-input-gen-nv (program location genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-string-arb (target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-subroutine-parameters-uiv-nv (target count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-uniform-matrix-2dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniformf (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: program-uniformi (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: program-vertex-limit-nv (target limit)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: provoking-vertex (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: provoking-vertex-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: push-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: push-client-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: push-debug-group (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: push-debug-group-khr (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: query-counter (id target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: query-counter-ext (id target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: query-object-parameter-ui-amd (target id pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: query-resource-nv (querytype tagid count buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: raster-samples-ext (samples fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: read-buffer (src)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: read-buffer-indexed-ext (src index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: read-buffer-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: read-pixels (x y width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: readn-pixels (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: readn-pixels-arb (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: readn-pixels-ext (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: readn-pixels-khr (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: render-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: renderbuffer-storage (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: renderbuffer-storage-ext (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: renderbuffer-storage-multisample (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-advanced-amd (target samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-angle (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-apple (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: renderbuffer-storage-multisample-ext (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-img (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-nv (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: renderbuffer-storage-oes (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: replacement-code-pointer-sun (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: reset-histogram (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: reset-histogram-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: reset-memory-object-parameter-nv (memory pname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: reset-minmax (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: reset-minmax-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-coverage (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: sample-coverage-arb (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-coverage-x (value invert)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: sample-coverage-x-oes (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: sample-map-ati (dst interp swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-mask-ext (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-mask-sgis (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-pattern-ext (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-pattern-sgis (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sampler-parameter-f (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-fv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-i (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-iiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-iiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iuiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-iuiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iuiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: secondary-color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: secondary-color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: secondary-color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: secondary-color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: secondary-color-pointer-ext (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: secondary-color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: select-perf-monitor-counters-amd (monitor enable group numcounters counterlist)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: separable-filter-2d (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: separable-filter-2d-ext (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: set-fence-nv (fence condition)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: set-invariant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: set-local-constant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: set-multisample-fv-amd (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shade-model (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: shader-binary (count shaders binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: shader-op-1-ext (op res arg1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shader-op-2-ext (op res arg1 arg2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shader-op-3-ext (op res arg1 arg2 arg3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shading-rate-combiner-ops-ext (combinerop0 combinerop1)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: shading-rate-ext (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: shading-rate-image-barrier-nv (synchronize)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: shading-rate-qcom (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: shading-rate-sample-order-custom-nv (rate samples locations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: shading-rate-sample-order-nv (order)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sharpen-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: state-capture-nv (state mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: stencil-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-fill-path-nv (path fillmode mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-func (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: stencil-func-separate (face func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: stencil-func-separate-ati (frontfunc backfunc ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: stencil-mask-separate (face mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: stencil-op (fail zfail zpass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: stencil-op-separate (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: stencil-op-separate-ati (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: stencil-op-value-amd (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: stencil-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-fill-path-nv (path fillmode mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-stroke-path-nv (path reference mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: swizzle-ext (res in outx outy outz outw)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tangent-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tessellation-mode-amd (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: test-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-buffer (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-buffer-arb (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-buffer-ext (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-buffer-oes (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-buffer-range (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-buffer-range-ext (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-buffer-range-oes (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-coord-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p1ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p1uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p2ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p2uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p4ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p4uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-coord-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-coord-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-coord-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-env-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-env-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-filter-func-sgis (target filter n weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-d (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-f (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-f-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-i (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-i-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-x-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-image-1d (target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-2d (target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: tex-image-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-image-2d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-3d (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-image-3d-ext (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-image-3d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-3d-oes (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-image-4d-sgis (target level internalformat width height depth size4d border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-page-commitment-arb (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-page-commitment-ext (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-page-commitment-mem-nv (target layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-parameter-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-renderbuffer-nv (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-storage-1d (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-storage-1d-ext (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: tex-storage-2d (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: tex-storage-2d-ext (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: tex-storage-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-storage-3d (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-storage-3d-ext (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: tex-storage-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-storage-3d-multisample-oes (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-storage-attribs-2d-ext (target levels internalformat width height attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-storage-attribs-3d-ext (target levels internalformat width height depth attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-storage-mem-1d-ext (target levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-2d-ext (target levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-2d-multisample-ext (target samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-3d-ext (target levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-3d-multisample-ext (target samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-sparse-amd (target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-1d (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-1d-ext (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-2d (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-sub-image-2d-ext (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-sub-image-3d-ext (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-sub-image-4d-sgis (target level xoffset yoffset zoffset woffset width height depth size4d format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-buffer (texture internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-buffer-ext (texture target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-buffer-range (texture internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-buffer-range-ext (texture target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-color-mask-sgis (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-1d-ext (texture target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-image-2d-ext (texture target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-image-2d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-2d-multisample-nv (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-3d-ext (texture target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-image-3d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-3d-multisample-nv (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-light-ext (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-normal-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-page-commitment-ext (texture level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-page-commitment-mem-nv (texture layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: texture-parameter-f (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-f-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-fv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-i (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-i-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-range-apple (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-renderbuffer-ext (texture target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-1d (texture levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-1d-ext (texture target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: texture-storage-2d (texture levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-2d-ext (texture target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: texture-storage-2d-multisample (texture samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-2d-multisample-ext (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-3d (texture levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-3d-ext (texture target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: texture-storage-3d-multisample (texture samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-3d-multisample-ext (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-mem-1d-ext (texture levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-2d-ext (texture levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-2d-multisample-ext (texture samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-3d-ext (texture levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-3d-multisample-ext (texture samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-sparse-amd (texture target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-sub-image-1d (texture level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-1d-ext (texture target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-2d (texture level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-2d-ext (texture target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-view (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-view-ext (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: texture-view-oes (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: track-matrix-nv (target address matrix transform)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-attribs-nv (count attribs buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-stream-attribs-nv (count attribs nbuffers bufstreams buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-varyings (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: transform-feedback-varyings-ext (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-varyings-nv (program count locations buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-path-nv (resultpath srcpath transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: uniform-matrix-2dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-2fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: uniform-matrix-2fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: uniform-matrix-2x3-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-2x3-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-2x3-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-2x4-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-2x4-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-2x4-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-3dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-3fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: uniform-matrix-3fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: uniform-matrix-3x2-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-3x2-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-3x2-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-3x4-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-3x4-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-3x4-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-4dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-4fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: uniform-matrix-4fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: uniform-matrix-4x2-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-4x2-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-4x2-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-4x3-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-4x3-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-4x3-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-subroutines-uiv (shadertype count indices)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniformf (location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: uniformi (location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: unmap-buffer (target)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: unmap-buffer-arb (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: unmap-buffer-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: update-object-buffer-ati (buffer offset size pointer preserve)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: use-shader-program-ext (type program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: variant-array-object-ati (id type stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: variant-pointer-ext (id type stride addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-get-surface-iv-nv (surface pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-register-output-surface-nv (vdpsurface target numtexturenames texturenames)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-register-video-surface-nv (vdpsurface target numtexturenames texturenames)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-register-video-surface-with-picture-structure-nv (vdpsurface target numtexturenames texturenames isframestructure)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-surface-access-nv (surface access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-array-attrib-format (vaobj attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-attrib-i-format (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-attrib-l-format (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-color-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-fog-coord-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-index-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-multi-tex-coord-offset-ext (vaobj buffer texunit size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-normal-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-parameter-i-apple (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-array-secondary-color-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-tex-coord-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-format-ext (vaobj attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-i-format-ext (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-i-offset-ext (vaobj buffer index size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-l-format-ext (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-loffset-ext (vaobj buffer index size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-offset-ext (vaobj buffer index size type normalized stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-array-object-ati (index size type normalized stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-format (attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: vertex-attrib-format-nv (index size type normalized stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-i-format (attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: vertex-attrib-i-format-nv (index size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-ipointer (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: vertex-attrib-ipointer-ext (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-l-format (attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-l-format-nv (index size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-lpointer (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-lpointer-ext (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-p1ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p1uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p2ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p2uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p3ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p3uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p4ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p4uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-parameter-i-amd (index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-pointer (index size type normalized stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: vertex-attrib-pointer-arb (index size type normalized stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-pointer-nv (index fsize type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-blend-env-f-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-blend-env-i-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p2ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p2uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p3ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p3uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p4ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p4uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: vertex-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1d-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1f-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1i-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1s-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2d-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2f-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2i-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2s-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3d-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3f-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3i-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3s-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4d-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4f-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4i-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4s-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-weight-pointer-ext (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: video-capture-stream-parameter-dv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: video-capture-stream-parameter-fv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: video-capture-stream-parameter-iv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: viewport-swizzle-nv (index swizzlex swizzley swizzlez swizzlew)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: weight-pointer-arb (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: weight-pointer-oes (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: window-rectangles-ext (mode count box)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: write-mask-ext (res in outx outy outz outw)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.


6.1.5 Ordinary functions

Function: accum (op value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: accum-x-oes (op value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: acquire-keyed-mutex-win32-ext (memory key timeout)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: active-program-ext (program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: active-shader-program (pipeline program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: active-shader-program-ext (pipeline program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: active-stencil-face-ext (face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: active-texture (texture)
Package

cl-opengl.

Source

rasterization.lisp.

Function: active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: active-varying-nv (program name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alloc-gl-array (type count)
Package

cl-opengl.

Source

opengl.lisp.

Function: alpha-fragment-op-1-ati (op dst dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alpha-fragment-op-2-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alpha-fragment-op-3-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alpha-func (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: alpha-func-qcom (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: alpha-func-x (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: alpha-func-x-oes (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: alpha-to-coverage-dither-control-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: apply-framebuffer-attachment-cmaa-intel ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: apply-texture-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: are-programs-resident-nv (n programs residences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: are-textures-resident (textures)
Package

cl-opengl.

Source

rasterization.lisp.

Function: are-textures-resident (n textures residences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: are-textures-resident-ext (n textures residences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: array-element (i)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: array-element-ext (i)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: array-object-ati (array size type stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: async-copy-buffer-sub-data-nvx (waitsemaphorecount waitsemaphorearray fencevaluearray readgpu writegpumask readbuffer writebuffer readoffset writeoffset size signalsemaphorecount signalsemaphorearray signalvaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: async-copy-image-sub-data-nvx (waitsemaphorecount waitsemaphorearray waitvaluearray srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth signalsemaphorecount signalsemaphorearray signalvaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: async-marker-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: attach-object-arb (containerobj obj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: attach-shader (program shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: begin (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-conditional-render (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-conditional-render-nv (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: begin-conditional-render-nvx (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-fragment-shader-ati ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-occlusion-query-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-perf-monitor-amd (monitor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: begin-perf-query-intel (queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: begin-query (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: begin-query-arb (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-query-ext (target id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: begin-query-indexed (target index id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: begin-transform-feedback (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: begin-transform-feedback-ext (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-transform-feedback-nv (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-vertex-shader-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-video-capture-nv (video_capture_slot)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-attrib-location (program index name)
Package

cl-opengl.

Source

opengl.lisp.

Function: bind-attrib-location (program index name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: bind-attrib-location-arb (programobj index name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: bind-buffer-arb (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-base (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-buffer-base-ext (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-base-nv (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-offset-ext (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-offset-nv (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-range (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-buffer-range-ext (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-range-nv (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffers-base (target first count buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-buffers-range (target first count buffers offsets sizes)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-frag-data-location (program color name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: bind-frag-data-location (program color name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-frag-data-location-ext (program color name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: bind-frag-data-location-ext (program color name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: bind-frag-data-location-indexed (program colornumber index name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-frag-data-location-indexed-ext (program colornumber index name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: bind-fragment-shader-ati (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-framebuffer (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: bind-framebuffer-ext (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-framebuffer-oes (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: bind-gl-vertex-array (array &optional offset)

Binds ARRAY starting at the OFFSET-th element.

Package

cl-opengl.

Source

opengl.lisp.

Function: bind-image-texture (unit texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-image-texture-ext (index texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-image-textures (first textures)
Package

cl-opengl.

Source

rasterization.lisp.

Function: bind-image-textures (first count textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-light-parameter-ext (light value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-material-parameter-ext (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-multi-texture-ext (texunit target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-parameter-ext (value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-program-arb (target program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-program-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-program-pipeline (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-program-pipeline-ext (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-renderbuffer (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: bind-renderbuffer-ext (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-renderbuffer-oes (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: bind-sampler (unit sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-samplers (first count samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-shading-rate-image-nv (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-tex-gen-parameter-ext (unit coord value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-texture (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: bind-texture-ext (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-texture-unit (unit texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-texture-unit-parameter-ext (unit value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-textures (first count textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-transform-feedback (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-transform-feedback-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-vertex-array (array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-vertex-array-apple (array)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-vertex-array-oes (array)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: bind-vertex-buffer (bindingindex buffer offset stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-vertex-buffers (first count buffers offsets strides)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-vertex-shader-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-video-capture-stream-buffer-nv (video_capture_slot stream frame_region offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-video-capture-stream-texture-nv (video_capture_slot stream frame_region target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3b-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3bv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3d-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3dv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3f-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3fv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3i-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3iv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3s-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3sv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bitmap (width height xorig yorig xmove ymove bitmap)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bitmap-x-oes (width height xorig yorig xmove ymove bitmap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: blend-barrier ()
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-barrier-khr ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blend-barrier-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blend-color (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: blend-color-ext (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-color-x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: blend-equation (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: blend-equation-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: blend-equation-i (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-equation-i-arb (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-equation-i-ext (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-i-oes (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-indexed-amd (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-equation-oes (mode)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: blend-equation-separate (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: blend-equation-separate-ext (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-equation-separate-i (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-equation-separate-i-arb (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-equation-separate-i-ext (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-separate-i-oes (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-separate-indexed-amd (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-equation-separate-oes (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: blend-func (sfactor dfactor)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: blend-func-i (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-func-i-arb (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-func-i-ext (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-i-oes (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-indexed-amd (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: blend-func-separate-ext (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate-i (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-func-separate-i-arb (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-func-separate-i-ext (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-separate-i-oes (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-separate-indexed-amd (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate-ingr (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate-oes (srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: blend-parameter-i-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blit-framebuffer (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blit-framebuffer-angle (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blit-framebuffer-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blit-framebuffer-layer-ext (srcx0 srcy0 srcx1 srcy1 srclayer dstx0 dsty0 dstx1 dsty1 dstlayer mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blit-framebuffer-layers-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blit-framebuffer-nv (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blit-named-framebuffer (readframebuffer drawframebuffer srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-address-range-nv (pname index address length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: buffer-data (target usage array &key offset size)
Package

cl-opengl.

Source

opengl.lisp.

Function: buffer-data (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: buffer-data-arb (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: buffer-page-commitment-arb (target offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-page-commitment-mem-nv (target offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: buffer-parameter-i-apple (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: buffer-storage (target data flags &key end)
Package

cl-opengl.

Source

dsa.lisp.

Function: buffer-storage (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-storage-ext (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: buffer-storage-external-ext (target offset size clientbuffer flags)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: buffer-storage-mem-ext (target size memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: buffer-sub-data (target array &key offset buffer-offset size)
Package

cl-opengl.

Source

opengl.lisp.

Function: buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: call-command-list-nv (list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: call-list (list)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: call-lists (lists)
Package

cl-opengl.

Source

special.lisp.

Function: call-lists (n type lists)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: check-error (&optional context)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: check-framebuffer-status (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: check-framebuffer-status-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: check-framebuffer-status-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: check-named-framebuffer-status (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: check-named-framebuffer-status-ext (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clamp-color (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clamp-color-arb (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear (&rest bufs)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: clear-accum (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-accum-x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-buffer-data (target internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-buffer-fi (buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-buffer-fv (buffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-buffer-fv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-buffer-iv (buffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-buffer-iv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-buffer-sub-data (target internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-buffer-uiv (buffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-buffer-uiv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-color (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: clear-color-ii-ext (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-color-iui-ext (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-color-x (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clear-color-x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-depth (depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-depth-d-nv (depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-depth-f (d)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.

Function: clear-depth-f-oes (depth)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-depth-x (depth)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clear-depth-x-oes (depth)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-index (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-named-buffer-data (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-buffer-data-ext (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-buffer-sub-data (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-buffer-sub-data-ext (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-fi (framebuffer buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-fv (buffer framebuffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-named-framebuffer-fv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-iv (buffer framebuffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-named-framebuffer-iv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-uiv (buffer framebuffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-named-framebuffer-uiv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-pixel-local-storage-ui-ext (offset n values)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: clear-stencil (s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: clear-tex-image (texture level format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: clear-tex-image (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-tex-image-ext (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: clear-tex-sub-image (texture level x-offset y-offset z-offset width height depth format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: clear-tex-sub-image (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-tex-sub-image-ext (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: client-active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: client-active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: client-active-vertex-stream-ati (stream)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: client-attrib-default-ext (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: client-wait-semaphore-ui64-nvx (fenceobjectcount semaphorearray fencevaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: client-wait-sync (sync flags timeout)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: client-wait-sync-apple (sync flags timeout)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: clip-control (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clip-control-ext (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: clip-plane (plane eqn)
Package

cl-opengl.

Source

opengl.lisp.

Function: clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clip-plane-f (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-f-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-x-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: close-opengl-library ()
Package

cl-opengl-library.

Source

library-common.lisp.

Function: color (r g b &optional a)
Package

cl-opengl.

Source

opengl.lisp.

Function: color-3b (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3d (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3f (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3f-vertex-3f-sun (r g b x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3f-vertex-3fv-sun (c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3h-nv (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3i (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3s (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3ub (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3ubv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3ui (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3uiv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3us (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3usv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3x-oes (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-3xv-oes (components)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4b (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4d (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4f (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4f-normal-3f-vertex-3f-sun (r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4f-normal-3f-vertex-3fv-sun (c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4h-nv (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4i (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4s (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4ub-vertex-2f-sun (r g b a x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub-vertex-2fv-sun (c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub-vertex-3f-sun (r g b a x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub-vertex-3fv-sun (c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ubv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ui (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4uiv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4us (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4usv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4x (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: color-4x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4xv-oes (components)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-fragment-op-1-ati (op dst dstmask dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-fragment-op-2-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-fragment-op-3-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-mask (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: color-mask-i (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: color-mask-i-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: color-mask-i-oes (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: color-mask-indexed-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-material (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-p4ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-p4uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-sub-table (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-sub-table-ext (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-table-ext (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table-sgi (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-input-nv (stage portion variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-output-nv (stage portion aboutput cdoutput sumoutput scale bias abdotproduct cddotproduct muxsum)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-f-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-fv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: command-list-segments-nv (list segments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compile-command-list-nv (list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compile-shader (shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: compile-shader-arb (shaderobj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compile-shader-include-arb (shader count path length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-image-1d-ext (texunit target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-image-2d-ext (texunit target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-image-3d-ext (texunit target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-sub-image-1d-ext (texunit target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-tex-image-1d (target level internal-format width border data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-image-1d (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-1d-arb (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-2d (target level internal-format width height border data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-image-2d (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: compressed-tex-image-2d-arb (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-3d (target level internal-format width height depth border data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-image-3d (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: compressed-tex-image-3d-arb (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-3d-oes (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: compressed-tex-sub-image-1d (target level xoffset width format data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-sub-image-1d (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-1d-arb (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-2d (target level xoffset yoffset width height format data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-sub-image-2d (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: compressed-tex-sub-image-2d-arb (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: compressed-tex-sub-image-3d-arb (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: compressed-texture-image-1d-ext (texture target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-image-2d-ext (texture target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-image-3d-ext (texture target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-1d (texture level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-1d-ext (texture target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-2d (texture level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-2d-ext (texture target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: conservative-raster-parameter-f-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: conservative-raster-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: convolution-filter-1d (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-filter-1d-ext (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-filter-2d (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-filter-2d-ext (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-f (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-f-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-i (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-i-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: copy-buffer-sub-data (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: copy-buffer-sub-data-nv (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-color-sub-table (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-color-sub-table-ext (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-color-table (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-color-table-sgi (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-convolution-filter-1d (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-convolution-filter-1d-ext (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-convolution-filter-2d (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-convolution-filter-2d-ext (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-image-sub-data (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: copy-image-sub-data-ext (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-image-sub-data-nv (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-image-sub-data-oes (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-multi-tex-image-1d-ext (texunit target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-image-2d-ext (texunit target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-sub-image-1d-ext (texunit target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-named-buffer-sub-data (readbuffer writebuffer readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-path-nv (resultpath srcpath)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: copy-pixels (x y width height type)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-image-1d (target level internal-format x y width border)
Package

cl-opengl.

Source

rasterization.lisp.

Function: copy-tex-image-1d (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-image-1d-ext (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-image-2d (target level internal-format x y width height border)
Package

cl-opengl.

Source

rasterization.lisp.

Function: copy-tex-image-2d (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: copy-tex-image-2d-ext (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-1d (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-1d-ext (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-2d (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: copy-tex-sub-image-2d-ext (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-3d (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: copy-tex-sub-image-3d-ext (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-3d-oes (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-texture-image-1d-ext (texture target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-image-2d-ext (texture target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-levels-apple (destinationtexture sourcetexture sourcebaselevel sourcelevelcount)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: copy-texture-sub-image-1d (texture level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-1d-ext (texture target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-2d (texture level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-2d-ext (texture target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-3d (texture level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: cover-fill-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: cover-stroke-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: coverage-mask-nv (mask)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: coverage-modulation-nv (components)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: coverage-modulation-table-nv (n v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: coverage-operation-nv (operation)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: create-buffer ()
Package

cl-opengl.

Source

dsa.lisp.

Function: create-buffers (count)
Package

cl-opengl.

Source

dsa.lisp.

Function: create-buffers (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-command-lists-nv (n lists)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-framebuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: create-framebuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: create-framebuffers (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-memory-objects-ext (n memoryobjects)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: create-perf-query-intel (queryid queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-program ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: create-program-object-arb ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: create-program-pipelines (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-progress-fence-nvx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: create-queries (target n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-renderbuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: create-renderbuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: create-renderbuffers (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-sampler ()
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-samplers (count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-samplers (n samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-semaphores-nv (n semaphores)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: create-shader (type)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: create-shader-object-arb (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: create-shader-program-ext (type string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-shader-program-v (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-shader-programv-ext (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-states-nv (n states)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-sync-from-cl-event-arb (context event flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-texture (target)
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-textures (target count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-textures (target n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-transform-feedbacks (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-vertex-array ()
Package

cl-opengl.

Source

dsa.lisp.

Function: create-vertex-arrays (count)
Package

cl-opengl.

Source

dsa.lisp.

Function: create-vertex-arrays (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: cull-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: cull-parameter-dv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: cull-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: current-palette-matrix-arb (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: current-palette-matrix-oes (matrixpaletteindex)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: debug-message-callback (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-callback-amd (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: debug-message-callback-arb (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: debug-message-callback-khr (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-control (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-control-arb (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: debug-message-control-khr (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-enable-amd (category severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: debug-message-insert (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-insert-amd (category severity id length buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: debug-message-insert-arb (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: debug-message-insert-khr (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: deform-sgix (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: deformation-map-3d-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: deformation-map-3f-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-async-markers-sgix (marker range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-buffers (buffers)
Package

cl-opengl.

Source

opengl.lisp.

Function: delete-buffers (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: delete-buffers-arb (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-command-lists-nv (n lists)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: delete-fences-apple (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-fences-nv (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: delete-fragment-shader-ati (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-framebuffer (framebuffer)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-framebuffers (framebuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-framebuffers (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-framebuffers-ext (framebuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-framebuffers-ext (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-framebuffers-oes (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: delete-lists (list range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-memory-objects-ext (n memoryobjects)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-named-string-arb (namelen name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: delete-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-object-arb (obj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-occlusion-queries-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-paths-nv (path range)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-perf-monitors-amd (n monitors)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-perf-query-intel (queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-program (program)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-program-pipelines (pipelines)
Package

cl-opengl.

Source

opengl.lisp.

Function: delete-program-pipelines (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-program-pipelines-ext (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-programs-arb (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-programs-nv (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-queries (ids)

Deletes the names of the query objects contained in the sequence IDS.

Package

cl-opengl.

Source

framebuffer.lisp.

Function: delete-queries (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-queries-arb (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-queries-ext (n ids)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: delete-query-resource-tag-nv (n tagids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-renderbuffer (renderbuffer)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-renderbuffers (renderbuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-renderbuffers (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-renderbuffers-ext (renderbuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-renderbuffers-ext (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-renderbuffers-oes (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: delete-sampler (sampler)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-samplers (samplers)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-samplers (count samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-semaphores-ext (n semaphores)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-shader (shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-states-nv (n states)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: delete-sync (sync)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-sync-apple (sync)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: delete-texture (texture)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-textures (textures)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-textures (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: delete-textures-ext (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-transform-feedbacks (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-transform-feedbacks-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-vertex-arrays (arrays)
Package

cl-opengl.

Source

opengl.lisp.

Function: delete-vertex-arrays (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-vertex-arrays-apple (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-vertex-arrays-oes (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: delete-vertex-shader-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: depth-bounds-d-nv (zmin zmax)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-bounds-ext (zmin zmax)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: depth-func (func)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: depth-mask (flag)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: depth-range (n f)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: depth-range-array-dv-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-array-fv-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-array-fv-oes (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-array-v (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-d-nv (znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-f (n f)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.

Function: depth-range-f-oes (n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: depth-range-indexed (index n f)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-indexed-d-nv (index n f)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-indexed-f-nv (index n f)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-indexed-f-oes (index n f)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-x (n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: depth-range-x-oes (n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: detach-object-arb (containerobj attachedobj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: detach-shader (program shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: detail-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: disable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Function: disable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: disable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: disable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-driver-control-qcom (drivercontrol)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: disable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: disable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: disable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: disable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: disable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-variant-client-state-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: disable-vertex-array-attrib (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-vertex-array-attrib-ext (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: disable-vertex-attrib-array (index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: disable-vertex-attrib-array-arb (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: discard-framebuffer-ext (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: dispatch-compute (num_groups_x num_groups_y num_groups_z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: dispatch-compute-group-size-arb (num_groups_x num_groups_y num_groups_z group_size_x group_size_y group_size_z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: dispatch-compute-indirect (indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-arrays (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: draw-arrays-ext (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-arrays-indirect (mode indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-arrays-instanced (mode first count instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: draw-arrays-instanced-angle (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-arrays-instanced-arb (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-arrays-instanced-base-instance (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-arrays-instanced-base-instance-ext (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-arrays-instanced-ext (mode start count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-arrays-instanced-nv (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-buffer (buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-buffers (buffers)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: draw-buffers (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: draw-buffers-arb (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-buffers-ati (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-buffers-ext (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-buffers-indexed-ext (n location indices)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-buffers-nv (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-commands-address-nv (primitivemode indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-commands-nv (primitivemode buffer indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-commands-states-address-nv (indirects sizes states fbos count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-commands-states-nv (buffer indirects sizes states fbos count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-element-array-apple (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-element-array-ati (mode count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-elements (mode array &key count offset)
Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements (mode count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: draw-elements-base-vertex (mode array base-vertex &key count offset)
Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements-base-vertex (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-base-vertex-ext (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-base-vertex-oes (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-indirect (mode type indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-instanced (mode array primcount &key count offset)

When drawing using a bound IBO, the keyword argument COUNT must be specified to denote the number of vertices that must be processed.

Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements-instanced (mode count type indices instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: draw-elements-instanced-angle (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-arb (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-elements-instanced-base-instance (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-elements-instanced-base-instance-ext (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-base-vertex (mode array primcount base-vertex &key count offset)
Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements-instanced-base-vertex (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-instanced-base-vertex-base-instance (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-elements-instanced-base-vertex-base-instance-ext (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-base-vertex-ext (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-base-vertex-oes (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-instanced-nv (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-mesh-arrays-sun (mode first count width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-mesh-tasks-indirect-nv (indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-mesh-tasks-nv (first count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-pixels (width height format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: draw-pixels (width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-range-element-array-apple (mode start end first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-range-element-array-ati (mode start end count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-range-elements (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: draw-range-elements-base-vertex (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-range-elements-base-vertex-ext (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-range-elements-base-vertex-oes (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-range-elements-ext (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-tex-f-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-fv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-i-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-iv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-s-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-sv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-x-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-texture-nv (texture sampler x0 y0 x1 y1 z s0 t0 s1 t1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-transform-feedback (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-transform-feedback-ext (mode id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-transform-feedback-instanced (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-transform-feedback-instanced-ext (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-transform-feedback-nv (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-transform-feedback-stream (mode id stream)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-transform-feedback-stream-instanced (mode id stream instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-vk-image-nv (vkimage sampler x0 y0 x1 y1 z s0 t0 s1 t1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: edge-flag (flag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-format-nv (stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: edge-flag-pointer (stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-pointer-ext (stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-pointer-list-ibm (stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-v (flag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: egl-image-target-renderbuffer-storage-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: egl-image-target-tex-storage-ext (target image attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: egl-image-target-texture-2d-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: egl-image-target-texture-storage-ext (texture image attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: element-pointer-apple (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: element-pointer-ati (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Function: enable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: enable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: enable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-driver-control-qcom (drivercontrol)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: enable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: enable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: enable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: enable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: enable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-variant-client-state-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enable-vertex-array-attrib (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-vertex-array-attrib-ext (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enable-vertex-attrib-array (index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: enable-vertex-attrib-array-arb (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enabledp (cap)
Package

cl-opengl.

Source

state.lisp.

Function: end ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-conditional-render ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-conditional-render-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: end-conditional-render-nvx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-fragment-shader-ati ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-list ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-occlusion-query-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-perf-monitor-amd (monitor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: end-perf-query-intel (queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: end-query (target)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: end-query-arb (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-query-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: end-query-indexed (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: end-tiling-qcom (preservemask)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: end-transform-feedback ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: end-transform-feedback-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-transform-feedback-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-vertex-shader-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-video-capture-nv (video_capture_slot)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1 (x)
Package

cl-opengl.

Source

special.lisp.

Function: eval-coord-1d (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1dv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1f (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1fv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1x-oes (u)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-coord-1xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-coord-2 (x y)
Package

cl-opengl.

Source

special.lisp.

Function: eval-coord-2d (u v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2dv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2f (u v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2fv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2x-oes (u v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-coord-2xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-maps-nv (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-mesh-1 (mode i1 i2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-mesh-2 (mode i1 i2 j1 j2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-point-1 (i)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-point-2 (i j)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: evaluate-depth-values-arb ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: execute-program-nv (target id params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: ext-get-buffer-pointer-v-qcom (target params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-buffers-qcom (buffers maxbuffers numbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-framebuffers-qcom (framebuffers maxframebuffers numframebuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-program-binary-source-qcom (program shadertype source length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-programs-qcom (programs maxprograms numprograms)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-renderbuffers-qcom (renderbuffers maxrenderbuffers numrenderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-shaders-qcom (shaders maxshaders numshaders)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-tex-level-parameter-iv-qcom (texture face level pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-tex-sub-image-qcom (target level xoffset yoffset zoffset width height depth format type texels)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-textures-qcom (textures maxtextures numtextures)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-is-program-binary-qcom (program)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-tex-object-state-override-i-qcom (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: extension-list ()
Package

cl-opengl.

Source

state.lisp.

Function: extension-present-p (name)

Check for presence of extension NAME in gl extension list, not currently implemented for speed, so avoid in inner loops

Package

cl-opengl.

Source

state.lisp.

Function: extract-component-ext (res src num)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: extrapolate-tex-2d-qcom (src1 src2 output scalefactor)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: feedback-buffer (array)
Package

cl-opengl.

Source

special.lisp.

Function: feedback-buffer (size type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: feedback-buffer-x-oes (n type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fence-sync (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: fence-sync-apple (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: final-combiner-input-nv (variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: finish-async-sgix (markerp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish-fence-nv (fence)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: finish-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish-texture-sunx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: flush-mapped-buffer-range (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: flush-mapped-buffer-range-apple (target offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-mapped-buffer-range-ext (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: flush-mapped-named-buffer-range (buffer offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: flush-mapped-named-buffer-range-ext (buffer offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: flush-pixel-data-range-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-raster-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-static-data-ibm (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-vertex-array-range-apple (length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-vertex-array-range-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog (pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: fog-coord (coord)
Package

cl-opengl.

Source

opengl.lisp.

Function: fog-coord-d (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-d-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-dv (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-dv-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-f (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-f-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: fog-coord-fv (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-fv-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-h-nv (fog)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-hv-nv (fog)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fog-func-sgis (n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fog-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: fog-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fog-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: fog-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fragment-color-material-sgix (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-coverage-color-nv (color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: fragment-light-f-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-i-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-f-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-i-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: frame-terminator-gremedy ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: frame-zoom-sgix (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-draw-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-draw-buffers-ext (framebuffer n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-fetch-barrier-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-fetch-barrier-qcom ()
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-foveation-config-qcom (framebuffer numlayers focalpointsperlayer requestedfeatures providedfeatures)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-foveation-parameters-qcom (framebuffer layer focalpoint focalx focaly gainx gainy foveaarea)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-parameter-i-mesa (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-pixel-local-storage-size-ext (target size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-read-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-renderbuffer (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: framebuffer-renderbuffer-ext (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-renderbuffer-oes (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: framebuffer-sample-locations-fv-arb (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-sample-locations-fv-nv (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-sample-positions-fv-amd (target numsamples pixelindex values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-shading-rate-ext (target attachment texture baselayer numlayers texelwidth texelheight)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: framebuffer-texture-1d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-1d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-2d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: framebuffer-texture-2d-downsample-img (target attachment textarget texture level xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-2d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-2d-multisample-ext (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: framebuffer-texture-2d-multisample-img (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: framebuffer-texture-2d-oes (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: framebuffer-texture-3d (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-3d-ext (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-3d-oes (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-arb (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-ext (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: framebuffer-texture-face-arb (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-face-ext (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-layer (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-texture-layer-arb (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-layer-downsample-img (target attachment texture level layer xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-layer-ext (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-multisample-multiview-ovr (target attachment texture level samples baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-multiview-ovr (target attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-texture-oes (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: free-gl-array (array)

Frees an array allocated by ALLOC-GL-ARRAY.

Package

cl-opengl.

Source

opengl.lisp.

Function: free-object-buffer-ati (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: front-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: frustum (left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: frustum-f (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: frustum-f-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: frustum-x (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: frustum-x-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: gen-async-markers-sgix (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-buffer ()
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-buffers (count)
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-buffers (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: gen-buffers-arb (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-fences-apple (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-fences-nv (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: gen-fragment-shaders-ati (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-framebuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-framebuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-framebuffers (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: gen-framebuffers-ext (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-framebuffers-ext (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-framebuffers-oes (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: gen-lists (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-occlusion-queries-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-paths-nv (range)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-perf-monitors-amd (n monitors)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-program-pipeline ()
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-program-pipelines (count)
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-program-pipelines (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-program-pipelines-ext (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-programs-arb (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-programs-nv (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-queries (n)

Returns N previously unused query object names in a
list. These names are marked as used, but no object is associated with them until the first time they are used by BEGIN-QUERY.

Package

cl-opengl.

Source

framebuffer.lisp.

Function: gen-queries (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: gen-queries-arb (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-queries-ext (n ids)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: gen-query-resource-tag-nv (n tagids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-renderbuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-renderbuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-renderbuffers (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: gen-renderbuffers-ext (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-renderbuffers-ext (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-renderbuffers-oes (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: gen-sampler ()
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-samplers (count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-samplers (count samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-semaphores-ext (n semaphores)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: gen-symbols-ext (datatype storagetype range components)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-texture ()
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-textures (count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-textures (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: gen-textures-ext (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-transform-feedbacks (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-transform-feedbacks-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-vertex-array ()
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-vertex-arrays (count)
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-vertex-arrays (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-vertex-arrays-apple (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-vertex-arrays-oes (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: gen-vertex-shaders-ext (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: generate-mipmap (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: generate-mipmap-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: generate-mipmap-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: generate-multi-tex-mipmap-ext (texunit target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: generate-texture-mipmap (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: generate-texture-mipmap-ext (texture target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get* (name &optional index)
Package

cl-opengl.

Source

state.lisp.

Function: get-active-atomic-counter-buffer-iv (program bufferindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-attrib (program index)

Returns information about the active attribute variable at index INDEX in program PROGRAM as multiple values. 1: Size of attribute. 2: Type of attribute. 3: Name of attribute

Package

cl-opengl.

Source

opengl.lisp.

Function: get-active-attrib (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-active-attrib-arb (programobj index maxlength length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-active-subroutine-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-subroutine-uniform-iv (program shadertype index pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-subroutine-uniform-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-uniform (program index)

Returns information about the active uniform attribute at index INDEX in program PROGRAM as multiple values. 1: Size of attribute. 2: Type of attribute. 3: Name of attribute

Package

cl-opengl.

Source

opengl.lisp.

Function: get-active-uniform (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-active-uniform-arb (programobj index maxlength length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-active-uniform-block (program block-index pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-active-uniform-block-iv (program uniformblockindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-active-uniform-block-name (program block-index)
Package

cl-opengl.

Source

state.lisp.

Function: get-active-uniform-block-name (program uniformblockindex bufsize length uniformblockname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-active-uniform-name (program uniformindex bufsize length uniformname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-uniforms-iv (program uniformcount uniformindices pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-active-varying-nv (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-array-object-fv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-array-object-iv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-attached-objects-arb (containerobj maxcount count obj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-attached-shaders (program)

Returns a list of the shaders attached to PROGRAM

Package

cl-opengl.

Source

state.lisp.

Function: get-attached-shaders (program maxcount count shaders)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-attrib-location (program name)
Package

cl-opengl.

Source

opengl.lisp.

Function: get-attrib-location (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-attrib-location-arb (programobj name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-boolean (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-boolean-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-boolean-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-boolean-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-buffer-parameter-i64v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-buffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-buffer-parameter-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-buffer-parameter-ui64v-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-buffer-pointer-v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-buffer-pointer-v-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-buffer-pointer-v-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-clip-plane-f (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-color-table (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-color-table-ext (target format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-color-table-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-color-table-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-sgi (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-input-parameter-fv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-input-parameter-iv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-output-parameter-fv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-output-parameter-iv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-command-header-nv (tokenid size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-multi-tex-image-ext (texunit target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-tex-image (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-compressed-tex-image-arb (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-compressed-texture-image (texture level bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-texture-image-ext (texture target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-texture-sub-image (texture level xoffset yoffset zoffset width height depth bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-filter (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-filter-ext (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-coverage-modulation-table-nv (bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-debug-message-log (count bufsize sources types ids severities lengths messagelog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-debug-message-log-amd (count bufsize categories severities ids lengths message)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-debug-message-log-arb (count bufsize sources types ids severities lengths messagelog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-debug-message-log-khr (count bufsize sources types ids severities lengths messagelog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-detail-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-double (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-double-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-double-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-double-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-double-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-driver-control-string-qcom (drivercontrol bufsize length drivercontrolstring)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-driver-controls-qcom (num size drivercontrols)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-enum (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-error ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-fence-iv-nv (fence pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: get-final-combiner-input-parameter-fv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-final-combiner-input-parameter-iv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-first-perf-query-id-intel (queryid)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-fixed-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-fixed-v-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-float (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-float-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-float-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-float-i-v-nv (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-float-i-v-oes (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-float-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-float-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-fog-func-sgis (points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-frag-data-index (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-frag-data-index-ext (program name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-frag-data-location (program name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-frag-data-location (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-frag-data-location-ext (program name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-frag-data-location-ext (program name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-shading-rates-ext (samples maxcount count shadingrates)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-framebuffer-attachment-parameter-iv (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: get-framebuffer-attachment-parameter-iv-ext (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-framebuffer-attachment-parameter-iv-oes (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-framebuffer-parameter-fv-amd (target pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-framebuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-framebuffer-parameter-iv-mesa (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-framebuffer-pixel-local-storage-size-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-graphics-reset-status ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: get-graphics-reset-status-arb ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-graphics-reset-status-ext ()
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-graphics-reset-status-khr ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-handle-arb (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-histogram-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-histogram-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-histogram-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-image-handle-arb (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-image-handle-nv (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-info-log-arb (obj maxlength length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-instruments-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-integer (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-integer-64-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-integer-64-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-integer-64-v-apple (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-integer-64-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-integer-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-integer-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-integer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-integer-ui64i-v-nv (value index result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-integer-ui64v-nv (value result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-integer-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-internal-format (target format pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-internal-format-i64v (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-internal-format-iv (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-internal-format-sample-iv-nv (target internalformat samples pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-invariant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-invariant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-invariant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-light-x-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-local-constant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-local-constant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-local-constant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-attrib-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-attrib-parameter-iv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-control-points-nv (target index type ustride vstride packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-dv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-fv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-iv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-xv-oes (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-material-xv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-material-xv-oes (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-memory-object-detached-resources-uiv-nv (memory pname first count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-minmax (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-minmax-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-minmax-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-minmax-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-minmax-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-minmax-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-image-ext (texunit target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-level-parameter-fv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-level-parameter-iv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multisample-fv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-multisample-fv-nv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-named-buffer-parameter-i64v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-parameter-iv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-parameter-iv-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-parameter-ui64v-nv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-pointer-v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-pointer-v-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-sub-data (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-sub-data-ext (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-attachment-parameter-iv (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-attachment-parameter-iv-ext (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-parameter-fv-amd (framebuffer pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-named-framebuffer-parameter-iv (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-iv-ext (program target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-iiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-iuiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-string-ext (program target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-renderbuffer-parameter-iv (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-renderbuffer-parameter-iv-ext (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-string-arb (namelen name bufsize stringlen string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-string-iv-arb (namelen name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-next-perf-query-id-intel (queryid nextqueryid)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-object-buffer-fv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-buffer-iv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-label (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-object-label-ext (type object bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-object-label-khr (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-object-parameter-fv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-parameter-iv-apple (objecttype name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-parameter-iv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-ptr-label (ptr bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-object-ptr-label-khr (ptr bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-occlusion-query-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-occlusion-query-uiv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-path-color-gen-fv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-color-gen-iv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-commands-nv (path commands)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-coords-nv (path coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-dash-array-nv (path dasharray)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-length-nv (path startsegment numsegments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-metric-range-nv (metricquerymask firstpathname numpaths stride metrics)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-metrics-nv (metricquerymask numpaths pathnametype paths pathbase stride metrics)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-spacing-nv (pathlistmode numpaths pathnametype paths pathbase advancescale kerningscale transformtype returnedspacing)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-tex-gen-fv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-tex-gen-iv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-counter-info-intel (queryid counterid counternamelength countername counterdesclength counterdesc counteroffset counterdatasize countertypeenum counterdatatypeenum rawcountermaxvalue)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counter-data-amd (monitor pname datasize data byteswritten)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counter-info-amd (group counter pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counter-string-amd (group counter bufsize length counterstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counters-amd (group numcounters maxactivecounters countersize counters)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-group-string-amd (group bufsize length groupstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-groups-amd (numgroups groupssize groups)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-query-data-intel (queryhandle flags datasize data byteswritten)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-query-id-by-name-intel (queryname queryid)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-query-info-intel (queryid querynamelength queryname datasize nocounters noinstances capsmask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-pixel-map-fv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-map-uiv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-map-usv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-map-xv (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pointer-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-pointer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-pointer-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-pointer-v-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pointer-v-khr (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-polygon-stipple (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program (program pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-program-binary (program bufsize length binaryformat binary)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-binary-oes (program bufsize length binaryformat binary)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-program-env-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-env-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-env-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-env-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-info-log (program)

Returns as a string the entire info log for PROGRAM

Package

cl-opengl.

Source

state.lisp.

Function: get-program-info-log (program bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-program-interface-iv (program programinterface pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-iv (program pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-program-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-named-parameter-dv-nv (id len name params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-named-parameter-fv-nv (id len name params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-parameter-dv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-pipeline-info-log (pipeline bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-pipeline-info-log-ext (pipeline bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-pipeline-iv (pipeline pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-pipeline-iv-ext (pipeline pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-fv-nv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-index (program interface name)
Package

cl-opengl.

Source

state.lisp.

Function: get-program-resource-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-iv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-location (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-location-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-program-resource-location-index-ext (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-program-resource-name (program programinterface index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-stage-iv (program shadertype pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-program-string-arb (target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-string-nv (id pname program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-subroutine-parameter-uiv-nv (target index param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-buffer-object-i64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-buffer-object-iv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-buffer-object-ui64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-buffer-object-uiv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-indexed-iv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-query-object (id pname &optional buffer-offset)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: get-query-object-i64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-object-i64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-object-iv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-object-iv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-object-iv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-query-object-ui64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-object-ui64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-object-uiv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-object-uiv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-object-uiv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-renderbuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: get-renderbuffer-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-renderbuffer-parameter-iv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-sampler-parameter-fv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sampler-parameter-iiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sampler-parameter-iiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iuiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sampler-parameter-iuiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iuiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-separable-filter (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-separable-filter-ext (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-shader (shader pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-shader-info-log (shader)

Returns as a string the entire info log for SHADER

Package

cl-opengl.

Source

state.lisp.

Function: get-shader-info-log (shader bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-shader-iv (shader pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-shader-precision-format (shadertype precisiontype range precision)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-shader-source (shader)

Returns as a string the entire source of SHADER

Package

cl-opengl.

Source

state.lisp.

Function: get-shader-source (shader bufsize length source)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-shader-source-arb (obj maxlength length source)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-shading-rate-image-palette-nv (viewport entry rate)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-shading-rate-sample-location-iv-nv (rate samples index location)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sharpen-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-stage-index-nv (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-string (name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-string-i (name index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-subroutine-index (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-subroutine-uniform-location (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-sync-iv (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sync-iv-apple (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-filter-func-sgis (target filter weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-image (target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-level-parameter (target level pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-tex-level-parameter-fv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-level-parameter-iv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-level-parameter-xv-oes (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-parameter (target pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-tex-parameter-pointer-v-apple (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-texture-handle-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-handle-img (texture)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-texture-handle-nv (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-texture-image (texture level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-image-ext (texture target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter (texture level pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-texture-level-parameter-fv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter-fv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter-iv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter-iv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter (texture pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-texture-parameter-fv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-sampler-handle-arb (texture sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-sampler-handle-img (texture sampler)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-texture-sampler-handle-nv (texture sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-texture-sub-image (texture level xoffset yoffset zoffset width height depth format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-track-matrix-iv-nv (target address pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-transform-feedback-i-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-transform-feedback-i64-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-transform-feedback-iv (xfb pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-transform-feedback-varying (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-transform-feedback-varying-ext (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-transform-feedback-varying-nv (program index location)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-translated-shader-source-angle (shader bufsize length source)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-uniform-block-index (program uniformblockname)
Package

cl-opengl.

Source

extensions.lisp.

Function: get-uniform-block-index (program uniformblockname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-uniform-buffer-size-ext (program location)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-dv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-fv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-uniform-fv-arb (programobj location params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-i64v-arb (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-i64v-nv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-uniform-indices (program uniformcount uniformnames uniformindices)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-uniform-iv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-uniform-iv-arb (programobj location params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-location (program name)
Package

cl-opengl.

Source

opengl.lisp.

Function: get-uniform-location (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-uniform-location-arb (programobj name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-offset-ext (program location)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-subroutine-uiv (shadertype location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-ui64v-arb (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-ui64v-nv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-uiv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-uniform-uiv-ext (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-unsigned-byte-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-unsigned-byte-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-variant-array-object-fv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-array-object-iv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-pointer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-varying-location-nv (program name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-array-indexed-64iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-indexed-iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-integer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-integer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-iv (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-pointer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-pointer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-array-object-fv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-array-object-iv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-dv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-dv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-dv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-fv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-vertex-attrib-fv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-fv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-vertex-attrib-iiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iuiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-vertex-attrib-iuiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-vertex-attrib-iv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-ldv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-ldv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-li64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-lui64v-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-lui64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-pointer-v (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-vertex-attrib-pointer-v-arb (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-pointer-v-nv (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-iv-nv (video_capture_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-stream-dv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-stream-fv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-stream-iv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-i64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-iv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-ui64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-uiv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vk-proc-addr-nv (name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-color-table (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-color-table-arb (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-compressed-tex-image (target lod bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-compressed-tex-image-arb (target lod bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-convolution-filter (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-convolution-filter-arb (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-histogram (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-histogram-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-map-dv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-map-dv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-map-fv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-map-fv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-map-iv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-map-iv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-minmax (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-minmax-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-pixel-map-fv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-pixel-map-fv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-pixel-map-uiv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-pixel-map-uiv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-pixel-map-usv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-pixel-map-usv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-polygon-stipple (bufsize pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-polygon-stipple-arb (bufsize pattern)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-separable-filter (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-separable-filter-arb (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-tex-image (target level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-tex-image-arb (target level format type bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-dv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-uniform-dv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-fv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: getn-uniform-fv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-fv-khr (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniform-i64v-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-iv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: getn-uniform-iv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-iv-khr (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniform-ui64v-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-uiv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniform-uiv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-uiv-khr (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniformfv-ext (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: getn-uniformiv-ext (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: gl-array-byte-size (array)
Package

cl-opengl.

Source

opengl.lisp.

Function: gl-version ()
Package

cl-opengl.

Source

state.lisp.

Function: gl3-extension-present-p (name)

Check for presence of extension NAME useing only non-deprecated gl3 functionality. Currently not implemented for speed, so don’t use in inner loops.

Package

cl-opengl.

Source

state.lisp.

Function: gl3-major-version ()
Package

cl-opengl.

Source

state.lisp.

Function: gl3-minor-version ()
Package

cl-opengl.

Source

state.lisp.

Function: glaref (array index &optional component)

Returns the INDEX-th component of ARRAY. If COMPONENT is supplied and ARRAY is of a compound type the component named COMPONENT is returned.

Package

cl-opengl.

Source

opengl.lisp.

Function: (setf glaref) (array index &optional component)

Sets the place (GLAREF ARRAY INDEX [COMPONENT]) to VALUE.

Package

cl-opengl.

Source

opengl.lisp.

Function: global-alpha-factor-b-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-d-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-f-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-i-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-s-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-ub-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-ui-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-us-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: glsl-major-version ()
Package

cl-opengl.

Source

state.lisp.

Function: glsl-minor-version ()
Package

cl-opengl.

Source

state.lisp.

Function: glsl-version ()
Package

cl-opengl.

Source

state.lisp.

Function: hint (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: hint-pgi (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: histogram (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: histogram-ext (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: igloo-interface-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-f-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-i-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: import-memory-fd-ext (memory size handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-memory-win32-handle-ext (memory size handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-memory-win32-name-ext (memory size handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-semaphore-fd-ext (semaphore handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-semaphore-win32-handle-ext (semaphore handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-semaphore-win32-name-ext (semaphore handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-sync-ext (external_sync_type external_sync flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index (index)
Package

cl-opengl.

Source

opengl.lisp.

Function: index-d (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-dv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-f (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: index-func-ext (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-fv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-i (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-iv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-mask (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-s (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-sv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-ub (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-ubv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-x-oes (component)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: index-xv-oes (component)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: init-names ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: insert-component-ext (res src num)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: insert-event-marker-ext (length marker)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: instruments-buffer-sgix (size buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: interleaved-arrays (format stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: interpolate-paths-nv (resultpath patha pathb weight)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: invalidate-buffer-data (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-buffer-sub-data (buffer offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-framebuffer (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: invalidate-named-framebuffer-data (framebuffer numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-named-framebuffer-sub-data (framebuffer numattachments attachments x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-sub-framebuffer (target numattachments attachments x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: invalidate-tex-image (texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-tex-sub-image (texture level xoffset yoffset zoffset width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-async-marker-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-buffer (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: is-buffer-arb (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-buffer-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-command-list-nv (list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-enabled (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: is-enabled-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-enabled-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-enabled-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-enabled-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-enabled-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-fence-nv (fence)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: is-framebuffer (framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-framebuffer-ext (framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-framebuffer-oes (framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: is-image-handle-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-image-handle-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-list (list)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-memory-object-ext (memoryobject)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-name-amd (identifier name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-named-buffer-resident-nv (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-named-string-arb (namelen name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-object-buffer-ati (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-occlusion-query-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-path-nv (path)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-point-in-fill-path-nv (path mask x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-point-in-stroke-path-nv (path x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-program (program)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-program-arb (program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-program-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-program-pipeline (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-program-pipeline-ext (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-query (id)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-query-arb (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-query-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-renderbuffer (renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-renderbuffer-ext (renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-renderbuffer-oes (renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: is-sampler (sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-semaphore-ext (semaphore)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-shader (shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-state-nv (state)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-sync (sync)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-sync-apple (sync)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: is-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: is-texture-ext (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-texture-handle-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-texture-handle-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-transform-feedback (id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-transform-feedback-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-variant-enabled-ext (id cap)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-vertex-array (array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-vertex-array-apple (array)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-vertex-array-oes (array)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: is-vertex-attrib-enabled-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: label-object-ext (type object length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: lgpu-copy-image-sub-data-nvx (sourcegpu destinationgpumask srcname srctarget srclevel srcx srxy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: lgpu-interlock-nvx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: lgpu-named-buffer-sub-data-nvx (gpumask buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light (light pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: light-env-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-f (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-i (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-model (pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: light-model-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-model-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-model-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-model-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-model-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-model-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-model-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-model-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-x (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-x-oes (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: line-stipple (factor pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: line-width (width)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: line-width-x (width)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: line-width-x-oes (width)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-base (base)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-draw-commands-states-client-nv (list segment indirects sizes states fbos count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: list-parameter-f-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-parameter-i-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-identity ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: load-identity-deformation-map-sgix (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: load-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: load-matrix-x (m)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: load-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: load-name (name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-opengl-library ()
Package

cl-opengl-library.

Source

library-common.lisp.

Function: load-palette-from-model-view-matrix-oes ()
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: load-program-nv (target id len program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: load-transpose-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-d-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-f-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: lock-arrays-ext (first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: logic-op (opcode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: major-version ()
Package

cl-opengl.

Source

state.lisp.

Function: make-buffer-non-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-buffer-resident-nv (target access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-image-handle-non-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-image-handle-non-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: make-image-handle-resident-arb (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-image-handle-resident-nv (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: make-named-buffer-non-resident-nv (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-named-buffer-resident-nv (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-null-gl-array (type)

Returns a GL-ARRAY with a size of 0, a null pointer and of type TYPE.

Package

cl-opengl.

Source

opengl.lisp.

Function: make-texture-handle-non-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-texture-handle-non-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: make-texture-handle-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-texture-handle-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: map-1d (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-1f (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-1x-oes (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-2d (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-2f (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-2x-oes (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-buffer (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-buffer-arb (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-buffer-oes (target access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: map-buffer-range (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: map-buffer-range-ext (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: map-buffer-to-gl-array (target access type)

This is like MAP-BUFFER but returns a GL-ARRAY instead of a plain pointer. Note that you must not call FREE-GL-ARRAY but UNMAP-BUFFER on the return value.

Package

cl-opengl.

Source

opengl.lisp.

Function: map-control-points-nv (target index type ustride vstride uorder vorder packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-1 (n u1 u2)
Package

cl-opengl.

Source

special.lisp.

Function: map-grid-1d (un u1 u2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-1f (un u1 u2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-1x-oes (n u1 u2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-grid-2 (nu u1 u2 nv v1 v2)
Package

cl-opengl.

Source

special.lisp.

Function: map-grid-2d (un u1 u2 vn v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-2f (un u1 u2 vn v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-2x-oes (n u1 u2 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-named-buffer (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-named-buffer-ext (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-named-buffer-range (buffer offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-named-buffer-range-ext (buffer offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-object-buffer-ati (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-texture-2d-intel (texture level access stride layout)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-1d-apple (index size u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-1f-apple (index size u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-2d-apple (index size u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-2f-apple (index size u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map1 (target u1 u2 points)
Package

cl-opengl.

Source

special.lisp.

Function: map2 (target u1 u2 v1 v2 points)
Package

cl-opengl.

Source

special.lisp.

Function: material (face pname param)
Package

cl-opengl.

Source

opengl.lisp.

Function: material-f (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: material-i (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: material-x (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: material-xv (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: material-xv-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: matrix-frustum-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-index-pointer-arb (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-index-pointer-oes (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: matrix-index-ubv-arb (size indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-index-uiv-arb (size indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-index-usv-arb (size indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-load-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-identity-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: matrix-mult-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-ortho-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-pop-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-push-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-rotate-d-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-rotate-f-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-scale-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-scale-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-translate-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-translate-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: max-active-shader-cores-arm (count)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: max-shader-compiler-threads-arb (count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: max-shader-compiler-threads-khr (count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: memory-barrier (barriers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: memory-barrier-by-region (barriers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: memory-barrier-ext (barriers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: min-sample-shading (value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: min-sample-shading-arb (value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: min-sample-shading-oes (value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: minmax (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: minmax-ext (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: minor-version ()
Package

cl-opengl.

Source

state.lisp.

Function: mult-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: mult-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: mult-matrix-x (m)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: mult-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: mult-transpose-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: mult-transpose-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-d-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-f-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-draw-arrays (mode first count drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-arrays-ext (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: multi-draw-arrays-indirect (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-amd (mode indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-arrays-indirect-bindless-count-nv (mode indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-bindless-nv (mode indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-count (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-arrays-indirect-count-arb (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-ext (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: multi-draw-element-array-apple (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements (mode count type indices drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements-base-vertex (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-base-vertex-ext (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: multi-draw-elements-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: multi-draw-elements-indirect (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-amd (mode type indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements-indirect-bindless-count-nv (mode type indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-bindless-nv (mode type indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-count (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements-indirect-count-arb (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-ext (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: multi-draw-mesh-tasks-indirect-count-nv (indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: multi-draw-mesh-tasks-indirect-nv (indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: multi-draw-range-element-array-apple (mode start end first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-mode-draw-arrays-ibm (mode first count primcount modestride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-mode-draw-elements-ibm (mode count type indices primcount modestride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-buffer-ext (texunit target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord (texture s &optional t* r q)
Package

cl-opengl.

Source

opengl.lisp.

Function: multi-tex-coord-1b-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-1bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-1d (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1d-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1f (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1f-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1h-nv (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1i (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1i-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1s (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1s-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1x-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-1xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2b-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2d (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2d-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2f (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2f-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2h-nv (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2i (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2i-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2s (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2s-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2x-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3b-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3d (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3d-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3f (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3f-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3h-nv (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3i (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3i-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3s (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3s-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3x-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4b-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4d (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4d-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4f (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4f-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4h-nv (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4i (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4i-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4s (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4s-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4x (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: multi-tex-coord-4x-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-p1ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p1uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p2ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p2uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p3ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p3uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p4ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p4uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-pointer-ext (texunit size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-d-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-f-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-i-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-image-1d-ext (texunit target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-image-2d-ext (texunit target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-image-3d-ext (texunit target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-renderbuffer-ext (texunit target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-sub-image-1d-ext (texunit target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multicast-barrier-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-blit-framebuffer-nv (srcgpu dstgpu srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-buffer-sub-data-nv (gpumask buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-copy-buffer-sub-data-nv (readgpu writegpumask readbuffer writebuffer readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-copy-image-sub-data-nv (srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-framebuffer-sample-locations-fv-nv (gpu framebuffer start count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-i64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-iv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-ui64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-uiv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-scissor-array-v-nvx (gpu first count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-viewport-array-v-nvx (gpu first count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-viewport-position-w-scale-nvx (gpu index xcoeff ycoeff)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-wait-sync-nv (signalgpu waitgpumask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: named-buffer-attach-memory-nv (buffer memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-buffer-data (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-data-ext (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-page-commitment-arb (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-page-commitment-ext (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-page-commitment-mem-nv (buffer offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-buffer-storage (buffer data flags &key end)
Package

cl-opengl.

Source

dsa.lisp.

Function: named-buffer-storage (buffer size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-storage-ext (buffer size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-storage-external-ext (buffer offset size clientbuffer flags)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: named-buffer-storage-mem-ext (buffer size memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: named-buffer-sub-data (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-sub-data-ext (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-copy-buffer-sub-data-ext (readbuffer writebuffer readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-draw-buffer (framebuffer buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-draw-buffers (framebuffer n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-parameter-i (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-parameter-i-ext (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-read-buffer (framebuffer src)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-renderbuffer (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-renderbuffer-ext (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-sample-locations-fv-arb (framebuffer start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-sample-locations-fv-nv (framebuffer start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-framebuffer-sample-positions-fv-amd (framebuffer numsamples pixelindex values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: named-framebuffer-texture (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-1d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-2d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-3d-ext (framebuffer attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-ext (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-face-ext (framebuffer attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-layer (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-layer-ext (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-multiview-ovr (framebuffer attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-program-local-parameter-4d-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-4dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-4f-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-4fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4i-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4iv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4ui-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4uiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameters-4fv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameters-i4iv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameters-i4uiv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-string-ext (program target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-ext (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-multisample (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-multisample-advanced-amd (renderbuffer samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-renderbuffer-storage-multisample-coverage-ext (renderbuffer coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-multisample-ext (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-string-arb (type namelen name stringlen string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: new-list (list mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: new-object-buffer-ati (size pointer usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal (x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: normal-3b (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3d (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3f (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-3f-vertex-3f-sun (nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3f-vertex-3fv-sun (n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3h-nv (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3i (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3s (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3x (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: normal-3x-oes (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-3xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: normal-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: normal-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: normal-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-pointer-v-intel (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3b-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3bv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3d-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3f-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3i-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3s-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: object-label (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-label-khr (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-ptr-label (ptr length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-ptr-label-khr (ptr length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-purgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: object-unpurgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: ortho (left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: ortho-f (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: ortho-f-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: ortho-x (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: ortho-x-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pass-tex-coord-ati (dst coord swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pass-through (token)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pass-through-x-oes (token)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: patch-parameter (pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: patch-parameter-fv (pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: patch-parameter-i (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: patch-parameter-i-ext (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: patch-parameter-i-oes (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: path-color-gen-nv (color genmode colorformat coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-commands-nv (path numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-coords-nv (path numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-cover-depth-func-nv (func)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-dash-array-nv (path dashcount dasharray)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-fog-gen-nv (genmode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyph-index-array-nv (firstpathname fonttarget fontname fontstyle firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyph-index-range-nv (fonttarget fontname fontstyle pathparametertemplate emscale baseandcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyph-range-nv (firstpathname fonttarget fontname fontstyle firstglyph numglyphs handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyphs-nv (firstpathname fonttarget fontname fontstyle numglyphs type charcodes handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-memory-glyph-index-array-nv (firstpathname fonttarget fontsize fontdata faceindex firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-f-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-i-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-stencil-depth-offset-nv (factor units)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-stencil-func-nv (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-string-nv (path format length pathstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-sub-commands-nv (path commandstart commandstodelete numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-sub-coords-nv (path coordstart numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-tex-gen-nv (texcoordset genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: pause-transform-feedback ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: pause-transform-feedback-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-data-range-nv (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map (map values)
Package

cl-opengl.

Source

rasterization.lisp.

Function: pixel-map-fv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map-uiv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map-usv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map-x (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pixel-store (pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: pixel-store-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-store-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: pixel-store-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pixel-tex-gen-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-parameter-i-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-sgix (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transfer (pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: pixel-transfer-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transfer-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transfer-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pixel-transform-parameter-f-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transform-parameter-i-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-zoom (xfactor yfactor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-zoom-x-oes (xfactor yfactor)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pntriangles-f-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pntriangles-i-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-along-path-nv (path startsegment numsegments distance x y tangentx tangenty)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: point-parameter (pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: point-parameter-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-parameter-f-arb (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-f-ext (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-parameter-fv-arb (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-parameter-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-parameter-xv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-parameter-xv-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-size (size)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-size-pointer-oes (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-size-x (size)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-size-x-oes (size)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: poll-async-sgix (markerp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: poll-instruments-sgix (marker_p)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: polygon-mode (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: polygon-mode-nv (face mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: polygon-offset (factor units)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: polygon-offset-clamp (factor units clamp)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: polygon-offset-clamp-ext (factor units clamp)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: polygon-offset-ext (factor bias)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: polygon-offset-x (factor units)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: polygon-offset-x-oes (factor units)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: polygon-stipple (pattern)
Package

cl-opengl.

Source

rasterization.lisp.

Function: polygon-stipple (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pop-attrib ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pop-client-attrib ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pop-debug-group ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: pop-debug-group-khr ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: pop-group-marker-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: pop-matrix ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pop-name ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: present-frame-dual-fill-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 target1 fill1 target2 fill2 target3 fill3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: present-frame-keyed-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 key0 target1 fill1 key1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: primitive-bounding-box (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: primitive-bounding-box-arb (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: primitive-bounding-box-ext (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: primitive-bounding-box-oes (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: primitive-restart-index (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: primitive-restart-index-nv (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: primitive-restart-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: prioritize-texture (texture priority)
Package

cl-opengl.

Source

rasterization.lisp.

Function: prioritize-textures (textures priorities)
Package

cl-opengl.

Source

rasterization.lisp.

Function: prioritize-textures (n textures priorities)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: prioritize-textures-ext (n textures priorities)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: prioritize-textures-x-oes (n textures priorities)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: program-binary (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: program-binary-oes (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: program-buffer-parameters-fv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-buffer-parameters-iiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-buffer-parameters-iuiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4d-nv (id len name x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4dv-nv (id len name v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4f-nv (id len name x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4fv-nv (id len name v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4d-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4dv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4f-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4fv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-i (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-parameter-i-arb (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-parameter-i-ext (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-parameteri (program pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-parameters-4dv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameters-4fv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-path-fragment-input-gen-nv (program location genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-string-arb (target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-subroutine-parameters-uiv-nv (target count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-uniform-1d (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1d-ext (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1f (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1f-ext (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i-ext (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i64-arb (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1i64-nv (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui-ext (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui64-arb (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1ui64-nv (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2d (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2d-ext (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2f (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2f-ext (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i-ext (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i64-arb (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2i64-nv (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui-ext (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui64-arb (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2ui64-nv (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3d (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3d-ext (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3f (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3f-ext (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i-ext (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i64-arb (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3i64-nv (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui-ext (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui64-arb (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3ui64-nv (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4d (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4d-ext (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4f (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4f-ext (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i-ext (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i64-arb (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4i64-nv (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui-ext (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui64-arb (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4ui64-nv (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-handle-ui64-arb (program location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-handle-ui64-nv (program location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-handle-ui64v-arb (program location count values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-handle-ui64v-nv (program location count values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-handleui64img (program location value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: program-uniform-handleui64v-img (program location count values)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: program-uniform-matrix (program location dim matrices &optional transpose)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (4)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x3-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (6)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x4-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (8)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (9)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-3fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x2-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (6)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-3x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x4-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (12)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-3x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (16)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-4fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x2-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (8)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-4x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x3-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (12)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-4x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-ui64-nv (program location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniformf (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniformfv (program location a)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniformi (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniformiv (program location a)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-vertex-limit-nv (target limit)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: provoking-vertex (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: provoking-vertex-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: push-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Function: push-attrib (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: push-client-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Function: push-client-attrib (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: push-client-attrib-default-ext (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: push-debug-group (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: push-debug-group-khr (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: push-group-marker-ext (length marker)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: push-matrix ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: push-name (name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: query-counter (id target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: query-counter-ext (id target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: query-matrix-x-oes (mantissa exponent)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: query-object-parameter-ui-amd (target id pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: query-resource-nv (querytype tagid count buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: query-resource-tag-nv (tagid tagstring)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos (x y &optional z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: raster-pos-2d (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2f (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2i (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2s (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2x-oes (x y)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-2xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-3d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3i (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3s (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3x-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-3xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-4d (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4f (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4i (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4s (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4x-oes (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-4xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-samples-ext (samples fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: read-buffer (src)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: read-buffer-indexed-ext (src index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: read-buffer-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: read-instruments-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: read-pixels (x y width height format type)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: read-pixels (x y width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: readn-pixels (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: readn-pixels-arb (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: readn-pixels-ext (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: readn-pixels-khr (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: rect (x1 y1 x2 y2)
Package

cl-opengl.

Source

opengl.lisp.

Function: rect-d (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-dv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-f (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-fv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-i (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-iv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-s (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-sv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-x-oes (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: rect-xv-oes (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: reference-plane-sgix (equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: release-keyed-mutex-win32-ext (memory key)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: release-shader-compiler ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: render-gpu-mask-nv (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: render-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: renderbuffer-storage (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: renderbuffer-storage-ext (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: renderbuffer-storage-multisample (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: renderbuffer-storage-multisample-advanced-amd (target samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: renderbuffer-storage-multisample-angle (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: renderbuffer-storage-multisample-apple (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: renderbuffer-storage-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: renderbuffer-storage-multisample-ext (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: renderbuffer-storage-multisample-img (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: renderbuffer-storage-multisample-nv (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: renderbuffer-storage-oes (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: replacement-code-pointer-sun (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ub-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ubv-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-3f-vertex-3f-sun (rc r g b x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-3f-vertex-3fv-sun (rc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4f-normal-3f-vertex-3f-sun (rc r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4f-normal-3f-vertex-3fv-sun (rc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4ub-vertex-3f-sun (rc r g b a x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4ub-vertex-3fv-sun (rc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-normal-3f-vertex-3f-sun (rc nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-normal-3f-vertex-3fv-sun (rc n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun (rc s tee r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun (rc tc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-normal-3f-vertex-3f-sun (rc s tee nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-normal-3f-vertex-3fv-sun (rc tc n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-vertex-3f-sun (rc s tee x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-vertex-3fv-sun (rc tc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-vertex-3f-sun (rc x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-vertex-3fv-sun (rc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-uiv-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-us-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-usv-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: request-resident-programs-nv (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: reset-histogram (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: reset-histogram-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: reset-memory-object-parameter-nv (memory pname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: reset-minmax (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: reset-minmax-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: resize-buffers-mesa ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: resolve-depth-values-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: resolve-multisample-framebuffer-apple ()
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: resume-transform-feedback ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: resume-transform-feedback-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rotate (theta x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: rotate-d (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rotate-f (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: rotate-x (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: rotate-x-oes (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: sample-coverage (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: sample-coverage-arb (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-coverage-x (value invert)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: sample-coverage-x-oes (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: sample-map-ati (dst interp swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-mask-ext (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-mask-i (masknumber mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sample-mask-indexed-nv (index mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-mask-sgis (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-pattern-ext (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-pattern-sgis (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sampler-parameter (sampler pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: sampler-parameter-f (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-fv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-i (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-iiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-iiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iuiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-iuiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iuiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: scale (x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: scale-d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: scale-f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: scale-x (x y z)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: scale-x-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: scissor (x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: scissor-array-v (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: scissor-array-v-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-array-v-oes (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-exclusive-array-v-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: scissor-exclusive-nv (x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: scissor-indexed (index left bottom width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: scissor-indexed-nv (index left bottom width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-indexed-oes (index left bottom width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-indexed-v (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: scissor-indexed-v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-indexed-v-oes (index v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: secondary-color (r g b)
Package

cl-opengl.

Source

opengl.lisp.

Function: secondary-color-3b (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3b-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3bv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3d (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3d-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3dv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3f (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3f-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3fv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3h-nv (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3i (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3i-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3iv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3s (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3s-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3sv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ub (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ub-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ubv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ubv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ui (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ui-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3uiv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3uiv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3us (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3us-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3usv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3usv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: secondary-color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: secondary-color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: secondary-color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-pointer-ext (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: select-buffer (array)
Package

cl-opengl.

Source

special.lisp.

Function: select-buffer (size buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: select-perf-monitor-counters-amd (monitor enable group numcounters counterlist)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: separable-filter-2d (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: separable-filter-2d-ext (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-fence-nv (fence condition)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: set-fragment-shader-constant-ati (dst value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-invariant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-local-constant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-multisample-fv-amd (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shade-model (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: shader-binary (count shaders binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shader-op-1-ext (op res arg1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-op-2-ext (op res arg1 arg2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-op-3-ext (op res arg1 arg2 arg3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-source (shader string-list)
Package

cl-opengl.

Source

opengl.lisp.

Function: shader-source (shader count string length)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: shader-source-arb (shaderobj count string length)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-storage-block-binding (program storageblockindex storageblockbinding)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: shading-rate-combiner-ops-ext (combinerop0 combinerop1)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: shading-rate-ext (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: shading-rate-image-barrier-nv (synchronize)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shading-rate-image-palette-nv (viewport first count rates)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shading-rate-qcom (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: shading-rate-sample-order-custom-nv (rate samples locations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shading-rate-sample-order-nv (order)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sharpen-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: signal-semaphore-ext (semaphore numbufferbarriers buffers numtexturebarriers textures dstlayouts)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: signal-semaphore-ui64-nvx (signalgpu fenceobjectcount semaphorearray fencevaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: signal-vk-fence-nv (vkfence)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: signal-vk-semaphore-nv (vksemaphore)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: specialize-shader (shader pentrypoint numspecializationconstants pconstantindex pconstantvalue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: specialize-shader-arb (shader pentrypoint numspecializationconstants pconstantindex pconstantvalue)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: sprite-parameter-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sprite-parameter-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sprite-parameter-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sprite-parameter-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: start-instruments-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: start-tiling-qcom (x y width height preservemask)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: state-capture-nv (state mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: stencil-clear-tag-ext (stenciltagbits stencilcleartag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-fill-path-nv (path fillmode mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-func (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: stencil-func-separate (face func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: stencil-func-separate-ati (frontfunc backfunc ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-mask (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: stencil-mask-separate (face mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: stencil-op (fail zfail zpass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: stencil-op-separate (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: stencil-op-separate-ati (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-op-value-amd (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-stroke-path-nv (path reference mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-fill-path-nv (path fillmode mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-stroke-path-nv (path reference mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stop-instruments-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: string-marker-gremedy (len string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: subpixel-precision-bias-nv (xbits ybits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: swizzle-ext (res in outx outy outz outw)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sync-texture-intel (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tag-sample-buffer-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3b-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3bv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3d-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3dv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3f-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3fv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3i-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3iv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3s-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3sv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tbuffer-mask-3dfx (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tessellation-factor-amd (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tessellation-mode-amd (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: test-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: test-fence-nv (fence)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: test-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-buffer (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-buffer-arb (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-buffer-ext (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-buffer-oes (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-buffer-range (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-buffer-range-ext (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-buffer-range-oes (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord (s &optional r t* q)
Package

cl-opengl.

Source

opengl.lisp.

Function: tex-coord-1b-oes (s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-1bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-1d (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1f (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1h-nv (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1i (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1s (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1x-oes (s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-1xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2b-oes (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2d (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-3f-vertex-3f-sun (s tee r g b x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-3f-vertex-3fv-sun (tc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4f-normal-3f-vertex-3f-sun (s tee r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun (tc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4ub-vertex-3f-sun (s tee r g b a x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4ub-vertex-3fv-sun (tc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-normal-3f-vertex-3f-sun (s tee nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-normal-3f-vertex-3fv-sun (tc n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-vertex-3f-sun (s tee x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-vertex-3fv-sun (tc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2h-nv (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2i (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2s (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2x-oes (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3b-oes (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3d (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3f (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3h-nv (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3i (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3s (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3x-oes (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4b-oes (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4d (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-color-4f-normal-3f-vertex-4f-sun (s tee p q r g b a nx ny nz x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun (tc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-vertex-4f-sun (s tee p q x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-vertex-4fv-sun (tc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4h-nv (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4i (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4s (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4x-oes (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p1ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p1uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p2ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p2uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p4ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p4uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-env (target pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-env-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-env-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-estimate-motion-qcom (ref target output)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-estimate-motion-regions-qcom (ref target output mask)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-filter-func-sgis (target filter n weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen (coord pname param)
Package

cl-opengl.

Source

opengl.lisp.

Function: tex-gen-d (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-f (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-f-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-i (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-i-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-x-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-image-1d (target level internal-format width border format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-image-1d (target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-2d (target level internal-format width height border format type data &key raw)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-image-2d (target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: tex-image-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-image-2d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-3d (target level internal-format width height depth border format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-image-3d (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-image-3d-ext (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-image-3d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-3d-oes (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-image-4d-sgis (target level internalformat width height depth size4d border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-page-commitment-arb (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-page-commitment-ext (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-page-commitment-mem-nv (target layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-parameter (target pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-parameter-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-renderbuffer-nv (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-storage-1d (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-storage-1d-ext (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: tex-storage-2d (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: tex-storage-2d-ext (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: tex-storage-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-storage-3d (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-storage-3d-ext (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: tex-storage-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-storage-3d-multisample-oes (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-storage-attribs-2d-ext (target levels internalformat width height attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-storage-attribs-3d-ext (target levels internalformat width height depth attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-storage-mem-1d-ext (target levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-2d-ext (target levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-2d-multisample-ext (target samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-3d-ext (target levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-3d-multisample-ext (target samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-sparse-amd (target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-1d (target level xoffset width format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-sub-image-1d (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-1d-ext (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-2d (target level xoffset yoffset width height format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-sub-image-2d (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-sub-image-2d-ext (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-sub-image-3d-ext (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-sub-image-4d-sgis (target level xoffset yoffset zoffset woffset width height depth size4d format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-attach-memory-nv (texture memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: texture-barrier ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-barrier-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer (texture internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer-ext (texture target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer-range (texture internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer-range-ext (texture target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-color-mask-sgis (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-foveation-parameters-qcom (texture layer focalpoint focalx focaly gainx gainy foveaarea)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: texture-image-1d-ext (texture target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-image-2d-ext (texture target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-image-2d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-image-2d-multisample-nv (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-image-3d-ext (texture target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-image-3d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-image-3d-multisample-nv (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-light-ext (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-normal-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-page-commitment-ext (texture level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-page-commitment-mem-nv (texture layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: texture-parameter (texture pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-parameter-f (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-f-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-fv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-i (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-i-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-range-apple (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-renderbuffer-ext (texture target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-resident-p (texture)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-storage-1d (texture levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-1d-ext (texture target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: texture-storage-2d (texture levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-2d-ext (texture target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: texture-storage-2d-multisample (texture samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-2d-multisample-ext (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-3d (texture levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-3d-ext (texture target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: texture-storage-3d-multisample (texture samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-3d-multisample-ext (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-mem-1d-ext (texture levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-2d-ext (texture levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-2d-multisample-ext (texture samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-3d-ext (texture levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-3d-multisample-ext (texture samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-sparse-amd (texture target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-sub-image-1d (texture level xoffset width format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-sub-image-1d (texture level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-1d-ext (texture target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-2d (texture level xoffset yoffset width height format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-sub-image-2d (texture level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-2d-ext (texture target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-view (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-view-ext (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: texture-view-oes (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: track-matrix-nv (target address matrix transform)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-attribs-nv (count attribs buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-buffer-base (xfb index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: transform-feedback-buffer-range (xfb index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: transform-feedback-stream-attribs-nv (count attribs nbuffers bufstreams buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-varyings (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: transform-feedback-varyings-ext (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-varyings-nv (program count locations buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-path-nv (resultpath srcpath transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: translate (x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: translate-d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: translate-f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: translate-x (x y z)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: translate-x-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: uniform-1d (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1dv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1f (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1f-arb (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1fv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1fv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1i (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1i-arb (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1i64-arb (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1i64-nv (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1i64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1i64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1iv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1iv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1ui (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-1ui-ext (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1ui64-arb (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1ui64-nv (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1ui64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1ui64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1uiv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-1uiv-ext (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-2d (location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-2dv (location count value)