Handbook
Glossary
inaccurate-feedback-attribute-error ( attribute -- * )
Vocabulary
gpu
.
shaders
Class description
This error is thrown when the
vertex-format
specified as the transform feedback output format of a
program
does not match the format of the output attributes linked into a
program-instance
.
Definition
IN:
gpu.shaders
ERROR:
inaccurate-feedback-attribute-error
attribute
;
Methods
USING:
debugger
gpu.shaders
io
kernel
;
M:
inaccurate-feedback-attribute-error
error.
drop
"The types of the transform feedback attributes don't match th..."
print
;