vertex-shader ( -- string )


Vocabulary
opengl.demos.compute

Inputs
None

Outputs
stringan object


Definition

: vertex-shader ( -- string )
"#version 430 core\nlayout (location = 0) in vec3 aPos;\nlayout ..."
; inline