Handbook
Glossary
refresh-shader-source ( shader -- )
Vocabulary
gpu
.
shaders
.
private
Inputs
shader
an
object
Outputs
None
Definition
USING:
accessors
io.encodings.ascii
io.files
kernel
;
IN:
gpu.shaders.private
:
refresh-shader-source
( shader -- )
dup
filename>>
[
ascii
file-contents
>>source
drop
]
[
drop
]
if*
;