fix some issues

This commit is contained in:
InoriRus
2022-06-14 19:41:45 +10:00
parent f1f4302f99
commit 1aa7cf72ce
12 changed files with 486 additions and 200 deletions
@@ -13,6 +13,7 @@ namespace Kyty::Libs::Graphics {
enum class RenderTextureFormat : uint64_t
{
Unknown,
R8Unorm,
R8G8B8A8Unorm,
R8G8B8A8Srgb,
B8G8R8A8Unorm,