instance transform

This commit is contained in:
Jorijn van der Graaf 2026-01-29 20:35:55 +01:00
commit 83bb8ebd61
4 changed files with 17 additions and 10 deletions

View file

@ -26,6 +26,7 @@ export module Crafter.Graphics:RenderingElement3DVulkan;
import std;
import :Mesh;
import :VulkanBuffer;
import Crafter.Math;
export namespace Crafter {