Parents: | ui |
Authors: | Joe Groff |
Word | Stack effect |
(free-pixel-format) | ( pixel-format -- ) |
(make-pixel-format) | ( world attributes -- pixel-format-handle ) |
check-world-pixel-format | ( world pixel-format -- ) |
world-pixel-format-attributes | ( world -- attributes ) |
accelerated |
backing-store |
color-float |
double-buffered |
fullscreen |
multisampled |
offscreen |
sample-alpha |
software-rendered |
stereo |
supersampled |
windowed |
Word | Stack effect |
(pixel-format-attribute) | ( attribute table -- arr/f ) |
<pixel-format> | ( world attributes -- pixel-format ) |
invalid-pixel-format-attributes | ( world attributes -- * ) |
pixel-format-attribute>array | ( obj table -- arr/f ) |
pixel-format-attributes>int-array | ( attrs perm table -- arr ) |
Word | Stack effect |
accum-alpha-bits? | ( object -- ? ) |
accum-bits? | ( object -- ? ) |
accum-blue-bits? | ( object -- ? ) |
accum-green-bits? | ( object -- ? ) |
accum-red-bits? | ( object -- ? ) |
alpha-bits? | ( object -- ? ) |
aux-buffers? | ( object -- ? ) |
blue-bits? | ( object -- ? ) |
color-bits? | ( object -- ? ) |
depth-bits? | ( object -- ? ) |
green-bits? | ( object -- ? ) |
invalid-pixel-format-attributes? | ( object -- ? ) |
pixel-format-attribute? | ( object -- ? ) |
pixel-format? | ( object -- ? ) |
red-bits? | ( object -- ? ) |
sample-buffers? | ( object -- ? ) |
samples? | ( object -- ? ) |
stencil-bits? | ( object -- ? ) |