Handbook
Glossary
vertex-attribute>struct-slot ( vertex-attribute -- struct-slot-spec )
Vocabulary
gpu
.
shaders
.
private
Inputs
vertex-attribute
an
object
Outputs
struct-slot-spec
an
object
Definition
USING:
accessors
classes.struct
kernel
;
IN:
gpu.shaders.private
:
vertex-attribute>struct-slot
( vertex-attribute -- struct-slot-spec )
[
name>>
[
padding-name
]
unless*
]
[
[
component-type>>
component-type>c-type
]
[
dim>>
c-array-dim
]
bi
]
bi
{
}
<struct-slot-spec>
;