diff --git a/interfaces/Crafter.Graphics.cppm b/interfaces/Crafter.Graphics.cppm index 025f548..3e17c8d 100644 --- a/interfaces/Crafter.Graphics.cppm +++ b/interfaces/Crafter.Graphics.cppm @@ -46,17 +46,4 @@ export import :ImageVulkan; export import :SamplerVulkan; export import :DescriptorHeapVulkan; export import :RenderingElement2DVulkan; -#endif - -// export import :WindowWaylandVulkan; -// export import :VulkanBuffer; -// export import :VoxelShader; -// export import :Mesh; -// export import :MeshShader; -// export import :VulkanTexture; -// export import :TextureShader; -// export import :DescriptorSet; -// export import :HeightmapShader; -// export import :Device; -// export import :VulkanPipeline; -// export import :VulkanShader; \ No newline at end of file +#endif \ No newline at end of file diff --git a/project.cpp b/project.cpp index 1b54f21..a513f64 100644 --- a/project.cpp +++ b/project.cpp @@ -94,14 +94,13 @@ extern "C" Configuration CrafterBuildProject(std::span a "interfaces/Crafter.Graphics-VulkanTransition", "interfaces/Crafter.Graphics-Window", }; - std::array impls = { + std::array impls = { "implementations/Crafter.Graphics-Device", "implementations/Crafter.Graphics-Font", "implementations/Crafter.Graphics-Mesh", "implementations/Crafter.Graphics-MouseElement", "implementations/Crafter.Graphics-Rendertarget", "implementations/Crafter.Graphics-RenderingElement3D", - "implementations/Crafter.Graphics-Shm", "implementations/Crafter.Graphics-Transform2D", "implementations/Crafter.Graphics-Window", };