implement more APIs

This commit is contained in:
InoriRus
2022-04-08 20:41:59 +10:00
parent d4c640462f
commit 1d43b81773
42 changed files with 2146 additions and 109 deletions
@@ -12,7 +12,9 @@ namespace Kyty::Libs::Graphics {
enum class RenderTextureFormat : uint64_t
{
R8G8B8A8Unorm
Unknown,
R8G8B8A8Unorm,
B8G8R8A8Unorm
};
class RenderTextureObject: public GpuObject