The dirt Reference Manual

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

Table of Contents


1 Introduction


2 Systems

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


2.1 dirt

A front-end for cl-soil which loads images straight to cepl:c-arrays and cepl:textures

Author

Chris Bagley (Baggers) <>

License

BSD 2 Clause

Dependencies
  • cepl (system).
  • cl-soil (system).
Source

dirt.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 dirt/dirt.asd

Source

dirt.asd.

Parent Component

dirt (system).

ASDF Systems

dirt.


3.1.2 dirt/package.lisp

Source

dirt.asd.

Parent Component

dirt (system).

Packages

dirt.


3.1.3 dirt/dirt.lisp

Dependency

package.lisp (file).

Source

dirt.asd.

Parent Component

dirt (system).

Public Interface
Internals

*valid-save-image-formats* (special variable).


4 Packages

Packages are listed by definition order.


4.1 dirt

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

*valid-save-image-formats* (special variable).


5 Definitions

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


5.1 Public Interface


5.1.1 Ordinary functions

Function: load-image-to-c-array (filename &optional image-format)
Package

dirt.

Source

dirt.lisp.

Function: load-image-to-texture (filename &optional image-format mipmap generate-mipmaps)
Package

dirt.

Source

dirt.lisp.


5.1.2 Generic functions

Generic Function: save-as-image (texture file-path &optional format)
Package

dirt.

Source

dirt.lisp.

Methods
Method: save-as-image ((texture texture) file-path &optional format)
Method: save-as-image ((image c-array) file-path &optional format)

5.2 Internals


5.2.1 Special variables

Special Variable: *valid-save-image-formats*
Package

dirt.

Source

dirt.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables