HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
TTauri
GUI
SubpixelOrientation.hpp
1
// Copyright 2020 Pokitec
2
// All rights reserved.
3
4
#pragma once
5
6
#include "TTauri/Foundation/vec.hpp"
7
8
namespace
tt {
9
10
enum class
SubpixelOrientation {
11
Unknown = 0,
12
BlueRight = 1,
13
BlueLeft = 2,
14
BlueTop = 3,
15
BlueBottom = 4,
16
};
17
18
}
Generated on Mon Apr 22 2024 12:53:56 for HikoGUI by
1.10.0