Handbook
Glossary
too-many-feedback-formats-error ( formats -- * )
Vocabulary
gpu
.
shaders
Class description
This error is thrown when a
GLSL-PROGRAM:
definition attempts to include more than one
vertex-format
for transform feedback formatting.
Definition
IN:
gpu.shaders
ERROR:
too-many-feedback-formats-error
formats
;
Methods
USING:
debugger
gpu.shaders
io
kernel
;
M:
too-many-feedback-formats-error
error.
drop
"Only one transform feedback format can be specified for a pro..."
print
;