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;
|
export module Crafter.Graphics:Camera;
|
||||||
import :VulkanBuffer;
|
import :VulkanBuffer;
|
||||||
import Crafter.Component;
|
|
||||||
import Crafter.Math;
|
import Crafter.Math;
|
||||||
import Crafter.Event;
|
import Crafter.Event;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ module;
|
||||||
#include "VulkanInitializers.hpp"
|
#include "VulkanInitializers.hpp"
|
||||||
|
|
||||||
export module Crafter.Graphics:TextureShader;
|
export module Crafter.Graphics:TextureShader;
|
||||||
import Crafter.Component;
|
|
||||||
import :VulkanTexture;
|
import :VulkanTexture;
|
||||||
import :VulkanPipeline;
|
import :VulkanPipeline;
|
||||||
import :DescriptorSet;
|
import :DescriptorSet;
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ module;
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
export module Crafter.Graphics:VulkanTexture;
|
export module Crafter.Graphics:VulkanTexture;
|
||||||
import Crafter.Component;
|
|
||||||
import :VulkanDevice;
|
import :VulkanDevice;
|
||||||
import :VulkanBuffer;
|
import :VulkanBuffer;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ import Crafter.Event;
|
||||||
import :UiElement;
|
import :UiElement;
|
||||||
import :Types;
|
import :Types;
|
||||||
import :Window;
|
import :Window;
|
||||||
import Crafter.Component;
|
|
||||||
|
|
||||||
export namespace Crafter {
|
export namespace Crafter {
|
||||||
class WindowWayland : public Window {
|
class WindowWayland : public Window {
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ module;
|
||||||
export module Crafter.Graphics:WindowWaylandVulkan;
|
export module Crafter.Graphics:WindowWaylandVulkan;
|
||||||
import Crafter.Event;
|
import Crafter.Event;
|
||||||
import :WindowWayland;
|
import :WindowWayland;
|
||||||
import Crafter.Component;
|
|
||||||
|
|
||||||
namespace Crafter {
|
namespace Crafter {
|
||||||
struct DepthStencil {
|
struct DepthStencil {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ module;
|
||||||
export module Crafter.Graphics:WindowWaylandWayland;
|
export module Crafter.Graphics:WindowWaylandWayland;
|
||||||
import Crafter.Event;
|
import Crafter.Event;
|
||||||
import :WindowWayland;
|
import :WindowWayland;
|
||||||
import Crafter.Component;
|
|
||||||
|
|
||||||
export namespace Crafter {
|
export namespace Crafter {
|
||||||
class WindowWaylandWayland : public WindowWayland {
|
class WindowWaylandWayland : public WindowWayland {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue