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:
parent
6384ff3ee7
commit
c1dc42a094
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user