gpu vocabulary - Factor Documentation (original) (raw)

gpu vocabulary
Factor handbook » Vocabulary index

Documentation
GPU-accelerated rendering

Metadata

Authors: Joe Groff

Words

Tuple classes

Class Superclass Slots
gpu-object identity-tuple handle

Ordinary words

Word Stack effect
finish-gpu ( -- )
flush-gpu ( -- )
init-gpu ( -- )
reset-gpu ( -- )

Class predicate words

Word Stack effect
gpu-object? ( object -- ? )

Files

resource:extra/gpu/gpu.factor
resource:extra/gpu/gpu-docs.factor

Metadata files

resource:extra/gpu/authors.txt
resource:extra/gpu/summary.txt

Children from resource:extra

Vocabulary Summary
gpu.buffers Buffers in GPU memory
gpu.demos
gpu.effects
gpu.framebuffers Render targets for GPU operations
gpu.render Execution of GPU jobs
gpu.shaders GPU programs that control vertex transformation and shading
gpu.state GPU state manipulation
gpu.textures Multidimensional image data in GPU memory
gpu.util Miscellaneous functions useful for GPU library apps