The cepl.sdl2-image Reference Manual

This is the cepl.sdl2-image Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:51:55 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 cepl.sdl2-image

Some helper methods for using sdl2-image to load images to CEPL types

Author

Chris Bagley (Baggers) <>

License

BSD 2 Clause

Dependencies
  • cepl (system).
  • sdl2 (system).
  • sdl2-image (system).
Source

cepl.sdl2-image.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 cepl.sdl2-image/cepl.sdl2-image.asd

Source

cepl.sdl2-image.asd.

Parent Component

cepl.sdl2-image (system).

ASDF Systems

cepl.sdl2-image.


3.1.2 cepl.sdl2-image/package.lisp

Source

cepl.sdl2-image.asd.

Parent Component

cepl.sdl2-image (system).

Packages

cepl.sdl2-image.


3.1.3 cepl.sdl2-image/load-image.lisp

Dependency

package.lisp (file).

Source

cepl.sdl2-image.asd.

Parent Component

cepl.sdl2-image (system).

Public Interface
Internals

sdl2-surface-format->pixel-format (function).


4 Packages

Packages are listed by definition order.


4.1 cepl.sdl2-image

Source

package.lisp.

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

sdl2-surface-format->pixel-format (function).


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)
Package

cepl.sdl2-image.

Source

load-image.lisp.

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

cepl.sdl2-image.

Source

load-image.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: sdl2-surface-format->pixel-format (surface-format)
Package

cepl.sdl2-image.

Source

load-image.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables