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-29 20:31:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
CRT
/
Internals
/
Shaders
History
Thomas Harte
6e1d69581c
Eliminates a variety of end-of-line spaces.
2017-11-07 22:54:22 -05:00
..
IntermediateShader.cpp
Switches all
unsigned int
and
double
casts to functional style.
2017-10-21 19:49:04 -04:00
IntermediateShader.hpp
Switched to passing around
std::string
s rather than
char *
s, because they should be easier to capture.
2017-02-20 10:35:33 -05:00
OutputShader.cpp
Switches all
unsigned int
and
double
casts to functional style.
2017-10-21 19:49:04 -04:00
OutputShader.hpp
Built in gamma conversion for all machines, assuming an output of 2.8 for PAL, 2.2 for NTSC.
2017-08-10 15:17:08 -04:00
Shader.cpp
Commutes
uint8_t *
,
uint16_t *
,
uint32_t *
,
size_t
,
off_t
and
long
to functional-style casts.
2017-10-21 22:30:15 -04:00
Shader.hpp
Eliminates a variety of end-of-line spaces.
2017-11-07 22:54:22 -05:00