The glkit Reference Manual

This is the glkit Reference Manual, version 0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:36:56 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 glkit

Various utilities for OpenGL

Author

rpav

License

MIT

Version

0.0

Dependencies
  • alexandria (system).
  • defpackage-plus (system).
  • sb-cga (system).
  • mathkit (system).
  • cl-opengl (system).
  • static-vectors (system).
Source

glkit.asd.

Child Components

3 Modules

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


3.1 glkit/shader-dict

Dependency

protocol.lisp (file).

Source

glkit.asd.

Parent Component

glkit (system).

Child Components

3.2 glkit/vao

Dependency

shader-dict (module).

Source

glkit.asd.

Parent Component

glkit (system).

Child Component

vao.lisp (file).


3.3 glkit/tex

Dependency

vao (module).

Source

glkit.asd.

Parent Component

glkit (system).

Child Components

4 Files

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


4.1 Lisp


4.1.1 glkit/glkit.asd

Source

glkit.asd.

Parent Component

glkit (system).

ASDF Systems

glkit.

Packages

glkit.asdf.


4.1.2 glkit/package.lisp

Source

glkit.asd.

Parent Component

glkit (system).


4.1.3 glkit/protocol.lisp

Dependency

package.lisp (file).

Source

glkit.asd.

Parent Component

glkit (system).


4.1.4 glkit/shader-dict/shaders.lisp

Source

glkit.asd.

Parent Component

shader-dict (module).


4.1.5 glkit/shader-dict/uniforms.lisp

Dependency

shaders.lisp (file).

Source

glkit.asd.

Parent Component

shader-dict (module).


4.1.6 glkit/shader-dict/macros.lisp

Dependency

uniforms.lisp (file).

Source

glkit.asd.

Parent Component

shader-dict (module).


4.1.7 glkit/vao/vao.lisp

Source

glkit.asd.

Parent Component

vao (module).


4.1.8 glkit/tex/util.lisp

Source

glkit.asd.

Parent Component

tex (module).


4.1.9 glkit/tex/texture.lisp

Dependency

util.lisp (file).

Source

glkit.asd.

Parent Component

tex (module).


4.1.10 glkit/tex/fbo.lisp

Dependency

texture.lisp (file).

Source

glkit.asd.

Parent Component

tex (module).


5 Packages

Packages are listed by definition order.


5.1 glkit.asdf

Source

glkit.asd.

Use List
  • asdf/interface.
  • common-lisp.

Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables


A.4 Data types

Jump to:   F   G   M   P   S   T   U   V  
Index Entry  Section

F
fbo.lisp: The glkit/tex/fbo․lisp file
File, fbo.lisp: The glkit/tex/fbo․lisp file
File, glkit.asd: The glkit/glkit․asd file
File, macros.lisp: The glkit/shader-dict/macros․lisp file
File, package.lisp: The glkit/package․lisp file
File, protocol.lisp: The glkit/protocol․lisp file
File, shaders.lisp: The glkit/shader-dict/shaders․lisp file
File, texture.lisp: The glkit/tex/texture․lisp file
File, uniforms.lisp: The glkit/shader-dict/uniforms․lisp file
File, util.lisp: The glkit/tex/util․lisp file
File, vao.lisp: The glkit/vao/vao․lisp file

G
glkit: The glkit system
glkit.asd: The glkit/glkit․asd file
glkit.asdf: The glkit․asdf package

M
macros.lisp: The glkit/shader-dict/macros․lisp file
Module, shader-dict: The glkit/shader-dict module
Module, tex: The glkit/tex module
Module, vao: The glkit/vao module

P
Package, glkit.asdf: The glkit․asdf package
package.lisp: The glkit/package․lisp file
protocol.lisp: The glkit/protocol․lisp file

S
shader-dict: The glkit/shader-dict module
shaders.lisp: The glkit/shader-dict/shaders․lisp file
System, glkit: The glkit system

T
tex: The glkit/tex module
texture.lisp: The glkit/tex/texture․lisp file

U
uniforms.lisp: The glkit/shader-dict/uniforms․lisp file
util.lisp: The glkit/tex/util․lisp file

V
vao: The glkit/vao module
vao.lisp: The glkit/vao/vao․lisp file