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-01-15 20:31:36 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
CRT
/
Internals
/
Shaders
History
Thomas Harte
b0f0315f12
Fixed: this now implements 12-byte instancing for output runs.
2016-05-10 07:30:12 -04:00
..
IntermediateShader.cpp
Actually, that should probably be 1/outputTextureSize, as the output range is -1 to +1.
2016-05-08 16:09:39 -04:00
IntermediateShader.hpp
Introduced a separate stage for luminance filtering.
2016-05-03 07:46:40 -04:00
OutputShader.cpp
Fixed: this now implements 12-byte instancing for output runs.
2016-05-10 07:30:12 -04:00
OutputShader.hpp
Updated documentation, taking the opportunity to improve a parameter name.
2016-04-27 22:57:40 -04:00
Shader.cpp
Fixed those issues breaking GL state, I hope.
2016-05-01 16:17:52 -04:00
Shader.hpp
Introduced bind-if-necessary/unbind semantics for shaders.
2016-05-01 11:07:49 -04:00