opengl vocabulary - Factor Documentation (original) (raw)
opengl vocabulary
Factor handbook » Vocabulary index
Documentation
OpenGL utility words
Metadata
Tags: | bindings, opengl |
---|---|
Authors: | Slava Pestov, Eduardo Cavazos, Joe Groff, Alex Chapman, Sebastian Strobl |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
function code string |
Macro words
Word | Stack effect |
---|---|
![]() |
( seq quot -- quot ) |
![]() |
( seq quot -- quot ) |
![]() |
( buffers -- quot ) |
Symbol words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( seq quot -- ) |
![]() |
( seq quot -- ) |
![]() |
( id quot -- ) |
![]() |
( loc dim -- vertices ) |
![]() |
( quot -- id ) |
![]() |
( function -- ) |
![]() |
( -- ) |
![]() |
( -- ) |
![]() |
( a b -- vertices ) |
![]() |
( loc dim -- vertices ) |
![]() |
( buffers -- ) |
![]() |
( target data hint -- id ) |
![]() |
( function code -- gl-error ) |
![]() |
( id target unit -- ) |
![]() |
( int -- alien ) |
![]() |
( -- id ) |
![]() |
( -- id ) |
![]() |
( id -- ) |
![]() |
( id -- ) |
![]() |
( id -- ) |
![]() |
( bits quot -- ) |
![]() |
( what quot -- ) |
![]() |
( what quot -- ) |
![]() |
( quot -- ) |
![]() |
( n -- string ) |
![]() |
( loc dim -- ) |
![]() |
( point1 point2 -- x1 y1 x2 y2 ) |
![]() |
( -- id ) |
![]() |
( -- id ) |
![]() |
( -- id ) |
![]() |
( m -- n ) |
![]() |
( color -- ) |
![]() |
( color -- ) |
![]() |
( color -- ) |
![]() |
( seq -- ) |
![]() |
( -- ) |
![]() |
( -- code/f ) |
![]() |
( loc dim -- ) |
![]() |
( m -- n ) |
![]() |
( a b -- ) |
![]() |
( face pname params -- ) |
![]() |
( loc dim -- ) |
![]() |
( m -- n ) |
![]() |
( m -- n ) |
![]() |
( loc dim -- ) |
![]() |
( seq -- ) |
![]() |
( point -- ) |
![]() |
( m -- n ) |
![]() |
( seq -- ) |
![]() |
( loc dim -- ) |
![]() |
( -- ) |
![]() |
( a b -- ) |
![]() |
( type quot -- id ) |
![]() |
( loc dim -- ) |
![]() |
( -- ? ) |
![]() |
( array-buffer element-buffer quot -- ) |
![]() |
( binding id quot -- ) |
![]() |
( loc quot -- ) |
![]() |
( id quot -- ) |
![]() |
( word/value-seq -- value-seq ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:basis/opengl/opengl.factor
resource:basis/opengl/opengl-docs.factor
resource:basis/opengl/opengl-tests.factor
Metadata files
resource:basis/opengl/authors.txt
resource:basis/opengl/summary.txt
resource:basis/opengl/tags.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
|
![]() |
Testing for OpenGL versions and extensions |
![]() |
Helper words for breaking and interactively manipulating OpenGL applications |
![]() |
Rendering to offscreen textures using the GL_EXT_framebuffer_object extension |
![]() |
OpenGL binding - libGL |
![]() |
Forward-compatible subset of OpenGL 3.1 |
![]() |
OpenGL Shading Language (GLSL) support |
![]() |
Children from resource:extra
Vocabulary | Summary |
---|---|
![]() |
Common support for OpenGL demos |
![]() |
|
![]() |
OpenGL binding - libGLU |