1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-27 06:35:04 +00:00

Add comment on latent design aim.

In the hope that I don't forget why I did this.
This commit is contained in:
Thomas Harte 2020-08-09 21:18:23 -04:00
parent 6384ff3ee7
commit c1dc42a094

View File

@ -53,6 +53,9 @@ enum class DisplayType {
/*!
Enumerates the potential formats of input data.
All types are designed to be 1, 2 or 4 bytes per pixel; this hopefully creates appropriate alignment
on all formats.
*/
enum class InputDataType {