Handbook
Glossary
component-type>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
component-type>>
( object -- value )
Methods
USING:
accessors
images
slots.private
;
M:
image
component-type>>
4
slot
;
inline
USING:
accessors
gpu.framebuffers
images
kernel.private
slots.private
;
M:
renderbuffer
component-type>>
4
slot
{
component-type
}
declare
;
inline
USING:
accessors
gpu.textures
images
kernel.private
slots.private
;
M:
texture-data
component-type>>
4
slot
{
component-type
}
declare
;
inline
USING:
accessors
gpu.textures
images
kernel.private
slots.private
;
M:
texture
component-type>>
4
slot
{
component-type
}
declare
;
inline
USING:
accessors
opengl.textures
slots.private
;
M:
unsupported-component-order
component-type>>
3
slot
;
inline
USING:
accessors
gpu.shaders
images
kernel.private
slots.private
;
M:
vertex-attribute
component-type>>
3
slot
{
component-type
}
declare
;
inline