working heightmap shader?

This commit is contained in:
Jorijn van der Graaf 2025-05-25 23:04:56 +02:00
commit fe15d3e8ca
15 changed files with 331 additions and 76 deletions

View file

@ -35,4 +35,5 @@ export import :Mesh;
export import :MeshShader;
export import :VulkanTexture;
export import :TextureShader;
export import :DescriptorSet;
export import :DescriptorSet;
export import :HeightmapShader;