The glsl-spec Reference Manual

This is the glsl-spec Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:37:08 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 glsl-spec

The GLSL Spec as a datastructure

Author

Chris Bagley <>

License

The Unlicense

Source

glsl-spec.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 glsl-spec/glsl-spec.asd

Source

glsl-spec.asd.

Parent Component

glsl-spec (system).

ASDF Systems

glsl-spec.


3.1.2 glsl-spec/package.lisp

Source

glsl-spec.asd.

Parent Component

glsl-spec (system).

Packages

glsl-spec.


3.1.3 glsl-spec/functions.lisp

Dependency

package.lisp (file).

Source

glsl-spec.asd.

Parent Component

glsl-spec (system).

Public Interface

*functions* (special variable).


3.1.4 glsl-spec/variables.lisp

Dependency

functions.lisp (file).

Source

glsl-spec.asd.

Parent Component

glsl-spec (system).

Public Interface

*variables* (special variable).


3.1.5 glsl-spec/operators.lisp

Dependency

variables.lisp (file).

Source

glsl-spec.asd.

Parent Component

glsl-spec (system).

Public Interface

*operators* (special variable).


3.1.6 glsl-spec/vector-constructors.lisp

Dependency

operators.lisp (file).

Source

glsl-spec.asd.

Parent Component

glsl-spec (system).

Public Interface

*vector-constructors* (special variable).


3.1.7 glsl-spec/matrix-constructors.lisp

Dependency

vector-constructors.lisp (file).

Source

glsl-spec.asd.

Parent Component

glsl-spec (system).

Public Interface

*matrix-constructors* (special variable).


4 Packages

Packages are listed by definition order.


4.1 glsl-spec

Source

package.lisp.

Use List

common-lisp.

Public Interface

5 Definitions

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


5.1 Public Interface


5.1.1 Special variables

Special Variable: *functions*
Package

glsl-spec.

Source

functions.lisp.

Special Variable: *matrix-constructors*
Package

glsl-spec.

Source

matrix-constructors.lisp.

Special Variable: *operators*
Package

glsl-spec.

Source

operators.lisp.

Special Variable: *variables*
Package

glsl-spec.

Source

variables.lisp.

Special Variable: *vector-constructors*
Package

glsl-spec.

Source

vector-constructors.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions