HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
module.hpp
1// Copyright Take Vos 2023.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#pragma once
6
7#include "pixmap.hpp"
8#include "pixmap_span.hpp"
9#include "sdf_r8.hpp"
10#include "sfloat_rg32.hpp"
11#include "sfloat_rgb32.hpp"
12#include "sfloat_rgba16.hpp"
13#include "sfloat_rgba32.hpp"
14#include "sfloat_rgba32x4.hpp"
15#include "sint_abgr8_pack.hpp"
16#include "snorm_r8.hpp"
17#include "srgb_abgr8_pack.hpp"
18#include "uint_abgr8_pack.hpp"
20
21namespace hi {
22inline namespace v1 {
93}}
94
Defines the srgb_abgr8_pack type.
Defines 4x4 matrix type sfloat_rgba32x4.
Defines the sfloat_rgba16.
Defines the signed distance field pixel type sdf_r8.
Defines the pixmap_span type.
Defines the pixmap type.
Defines the snorm_r8.
Defines the sfloat_rg32.
Defines the unorm_a2bgr10_pack type.
Defines the sint_abgr8_pack type.
Defines the sfloat_rgba32.
Defines the sfloat_rgb32.
Defines the uint_abgr8_pack type.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11