Add Nee Backend Structure

Use TexAddress instead of Texture::Ref in Cmds
Add a .clang-format??
This commit is contained in:
2026-01-25 00:04:40 +01:00
parent da79db223f
commit d2806b2061
8 changed files with 594 additions and 44 deletions

View File

@@ -69,7 +69,7 @@ class Command {
bool ScissorOn = false;
int Layer = 0;
int Index = 0;
Texture::Ref Tex;
TexAddress Tex;
};
class PD_LITHIUM_API CmdPool {