Handbook
Glossary
throw-compile-shader-error ( shader instance -- * )
Vocabulary
gpu
.
shaders
Inputs
shader
an
object
instance
an
object
Outputs
None
Definition
USING:
gpu.shaders.private
kernel
opengl.gl
opengl.shaders
;
IN:
gpu.shaders
:
throw-compile-shader-error
( shader instance -- * )
dupd
[
gl-shader-info-log
]
[
glDeleteShader
]
bi
replace-log-line-numbers
compile-shader-error
;