Handbook
Glossary
texcoords>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
texcoords>>
( object -- value )
Methods
USING:
accessors
alien
kernel
raylib
specialized-arrays.instances.raylib.Vector2
specialized-arrays.private
;
M:
Mesh
texcoords>>
[
_texcoords>>
>c-ptr
]
[
vertexCount>>
]
bi
Vector2-array{
}
direct-like
;
USING:
accessors
alien
kernel
math
rlgl
specialized-arrays.instances.alien.c-types.float
specialized-arrays.private
;
M:
rlVertexBuffer
texcoords>>
[
_texcoords>>
>c-ptr
]
[
elementCount>>
2
*
]
bi
float-array{
}
direct-like
;
USING:
accessors
kernel.private
papier.map
slots.private
specialized-arrays.instances.math.vectors.simd.float-4
;
M:
slab
texcoords>>
10
slot
{
float-4-array
}
declare
;
inline