removed imports
This commit is contained in:
parent
fe15d3e8ca
commit
b8de52a595
6 changed files with 0 additions and 6 deletions
|
|
@ -24,7 +24,6 @@ module;
|
|||
|
||||
export module Crafter.Graphics:Camera;
|
||||
import :VulkanBuffer;
|
||||
import Crafter.Component;
|
||||
import Crafter.Math;
|
||||
import Crafter.Event;
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ module;
|
|||
#include "VulkanInitializers.hpp"
|
||||
|
||||
export module Crafter.Graphics:TextureShader;
|
||||
import Crafter.Component;
|
||||
import :VulkanTexture;
|
||||
import :VulkanPipeline;
|
||||
import :DescriptorSet;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ module;
|
|||
#include <iostream>
|
||||
|
||||
export module Crafter.Graphics:VulkanTexture;
|
||||
import Crafter.Component;
|
||||
import :VulkanDevice;
|
||||
import :VulkanBuffer;
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ import Crafter.Event;
|
|||
import :UiElement;
|
||||
import :Types;
|
||||
import :Window;
|
||||
import Crafter.Component;
|
||||
|
||||
export namespace Crafter {
|
||||
class WindowWayland : public Window {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ module;
|
|||
export module Crafter.Graphics:WindowWaylandVulkan;
|
||||
import Crafter.Event;
|
||||
import :WindowWayland;
|
||||
import Crafter.Component;
|
||||
|
||||
namespace Crafter {
|
||||
struct DepthStencil {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ module;
|
|||
export module Crafter.Graphics:WindowWaylandWayland;
|
||||
import Crafter.Event;
|
||||
import :WindowWayland;
|
||||
import Crafter.Component;
|
||||
|
||||
export namespace Crafter {
|
||||
class WindowWaylandWayland : public WindowWayland {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue