Handbook
Glossary
VERTEX-STRUCT:
Vocabulary
gpu
.
shaders
Syntax
VERTEX-STRUCT: struct-name format-name
Word description
Defines a struct class (like
STRUCT:
) with the same binary format and component types as the given
vertex-format
.
Definition
USING:
classes.parser
parser
;
IN:
gpu.shaders
SYNTAX:
VERTEX-STRUCT:
scan-new-class
scan-word
define-vertex-struct
;