This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-02-05 21:32:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
CRT
/
Internals
/
Shaders
History
Thomas Harte
328fabcd10
Ensured
values
aren't dangling pointers.
2016-05-14 18:15:10 -04:00
..
IntermediateShader.cpp
Switched pervasively to using the named slot uniform setters on
Shader
.
2016-05-13 22:08:32 -04:00
IntermediateShader.hpp
Switched pervasively to using the named slot uniform setters on
Shader
.
2016-05-13 22:08:32 -04:00
OutputShader.cpp
Switched pervasively to using the named slot uniform setters on
Shader
.
2016-05-13 22:08:32 -04:00
OutputShader.hpp
Switched pervasively to using the named slot uniform setters on
Shader
.
2016-05-13 22:08:32 -04:00
Shader.cpp
Ensured
values
aren't dangling pointers.
2016-05-14 18:15:10 -04:00
Shader.hpp
Made an attempt to queue uniform changes until the next call to
bind
. That's to allow usage from other threads.
2016-05-14 18:06:55 -04:00