opengl.textures vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
unsupported-component-order tuplecomponent-order component-type


Generic words
WordStack effect
(component-type>type)( component-order component-type -- gl-type )
draw-scaled-texture( dim texture -- )
fix-internal-component-order( order -- order' )


Symbol words
non-power-of-2-textures?


Ordinary words
WordStack effect
(component-order>format)( component-order component-type -- gl-format )
(image-format)( component-order component-type -- internal-format format type )
<texture>( image loc -- texture )
check-extensions( -- )
create-texture( target -- id )
delete-texture( id -- )
draw-texture( texture -- )
four-channel-alpha-first?( component-order component-type -- ? )
gen-texture( -- id )
get-texture-float( target level enum -- value )
get-texture-int( target level enum -- value )
image-data-format( component-order component-type -- gl-format gl-type )
image-format( image -- internal-format format type )
image-internal-format( component-order component-type -- internal-format )
image-internal-formats( -- value )
make-texture( image -- id )
not-alpha-first( component-order component-type -- )
reversed-type?( component-type -- ? )
unsupported-component-order( component-order component-type -- * )


Class predicate words
WordStack effect
unsupported-component-order?( object -- ? )


Files


Metadata files


Children
VocabularySummary
opengl.textures.private