Handbook
Glossary
vertex-shader ( -- string )
Vocabulary
opengl
.
demos
.
compute
Inputs
None
Outputs
string
an
object
Definition
IN:
opengl.demos.compute
:
vertex-shader
( -- string )
"#version 430 core\nlayout (location = 0) in vec3 aPos;\nlayout ..."
;
inline