Handbook
Glossary
texcoord>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
texcoord>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
math.vectors.simd
papier.map
;
M:
papier-vertex-struct
texcoord>>
T{
struct-slot-spec
{
name
"texcoord"
}
{
offset 16
}
{
class
float-4
}
{
initial
float-4{
0.0 0.0 0.0 0.0
}
}
{
type
float-4
}
}
read-struct-slot
;
inline