ecc11f07db
and some minor improvements to the Renderer, now taking in an AssetRef<Pipeline> as parameter.
334 lines
19 KiB
XML
334 lines
19 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{e660a65f-1ad7-4a3b-842b-1e0080fcfc35}</ProjectGuid>
|
|
<RootNamespace>CopiumEngine</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
<ProjectName>CopiumEngine</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
<OutDir>$(ProjectDir)../libs\$(Platform)\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
<OutDir>$(ProjectDir)../libs\$(Platform)\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);GLM_FORCE_LEFT_HANDED;GLFW_INCLUDE_VULKAN;GLM_FORCE_RADIANS;GLM_FORCE_DEPTH_ZERO_TO_ONE;MSDF_ATLAS_PUBLIC=;MSDFGEN_PUBLIC=;WIN32</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)src/;$(ProjectDir)../ext/repos/msdf-atlas-gen/;$(ProjectDir)../ext/repos/msdf-atlas-gen/msdfgen/;$(ProjectDir)../ext/repos/stb/;$(ProjectDir)../ext/repos/glfw/include;$(ProjectDir)../ext/repos/glm/;$(VULKAN_SDK)/Include;$(ProjectDir)../ext/repos/freetype/;$(ProjectDir)../ext/repos/imgui/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalLibraryDirectories>$(ProjectDir)../libs\$(Platform)\$(Configuration)\;$(VULKAN_SDK)/Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>vulkan-1.lib;imgui.lib;glfw3.lib;shaderc_combinedd.lib;msdfgen-core.lib;msdfgen-ext.lib;msdf-atlas-gen.lib;freetype.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PreBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);GLM_FORCE_LEFT_HANDED;GLFW_INCLUDE_VULKAN;GLM_FORCE_RADIANS;GLM_FORCE_DEPTH_ZERO_TO_ONE;MSDF_ATLAS_PUBLIC=;MSDFGEN_PUBLIC=;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)src/;$(ProjectDir)../ext/repos/msdf-atlas-gen/;$(ProjectDir)../ext/repos/msdf-atlas-gen/msdfgen/;$(ProjectDir)../ext/repos/stb/;$(ProjectDir)../ext/repos/glfw/include;$(ProjectDir)ext/repos/glm/;$(VULKAN_SDK)/Include;$(ProjectDir)../ext/repos/freetype/;$(ProjectDir)../ext/repos/imgui/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalLibraryDirectories>$(ProjectDir)../libs\$(Platform)\$(Configuration)\;$(VULKAN_SDK)/Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>vulkan-1.lib;imgui.lib;glfw3.lib;shaderc_combined.lib;msdfgen-core.lib;msdfgen-ext.lib;msdf-atlas-gen.lib;freetype.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PreBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\copium\asset\Asset.cpp" />
|
|
<ClCompile Include="src\copium\asset\AssetFile.cpp" />
|
|
<ClCompile Include="src\copium\asset\AssetManager.cpp" />
|
|
<ClCompile Include="src\copium\buffer\RendererVertexBuffer.cpp" />
|
|
<ClCompile Include="src\copium\buffer\Buffer.cpp" />
|
|
<ClCompile Include="src\copium\core\Device.cpp" />
|
|
<ClCompile Include="src\copium\core\ImGuiInstance.cpp" />
|
|
<ClCompile Include="src\copium\core\Vulkan.cpp" />
|
|
<ClCompile Include="src\copium\core\Window.cpp" />
|
|
<ClCompile Include="src\copium\ecs\ComponentPoolBase.cpp" />
|
|
<ClCompile Include="src\copium\ecs\ECSManager.cpp" />
|
|
<ClCompile Include="src\copium\ecs\Entity.cpp" />
|
|
<ClCompile Include="src\copium\ecs\EntitySet.cpp" />
|
|
<ClCompile Include="src\copium\ecs\Signal.cpp" />
|
|
<ClCompile Include="src\copium\ecs\SystemOrderer.cpp" />
|
|
<ClCompile Include="src\copium\ecs\SystemPool.cpp" />
|
|
<ClCompile Include="src\copium\event\Event.cpp" />
|
|
<ClCompile Include="src\copium\event\EventDispatcher.cpp" />
|
|
<ClCompile Include="src\copium\event\EventSignal.cpp" />
|
|
<ClCompile Include="src\copium\event\Input.cpp" />
|
|
<ClCompile Include="src\copium\event\KeyPressEvent.cpp" />
|
|
<ClCompile Include="src\copium\event\KeyReleaseEvent.cpp" />
|
|
<ClCompile Include="src\copium\event\MouseMoveEvent.cpp" />
|
|
<ClCompile Include="src\copium\event\MousePressEvent.cpp" />
|
|
<ClCompile Include="src\copium\event\MouseReleaseEvent.cpp" />
|
|
<ClCompile Include="src\copium\event\MouseScrollEvent.cpp" />
|
|
<ClCompile Include="src\copium\event\ViewportResize.cpp" />
|
|
<ClCompile Include="src\copium\event\WindowFocusEvent.cpp" />
|
|
<ClCompile Include="src\copium\event\WindowResizeEvent.cpp" />
|
|
<ClCompile Include="src\copium\mesh\Mesh.cpp" />
|
|
<ClCompile Include="src\copium\renderer\LineVertex.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\ShaderBinding.cpp" />
|
|
<ClCompile Include="src\copium\renderer\Batch.cpp" />
|
|
<ClCompile Include="src\copium\renderer\LineRenderer.cpp" />
|
|
<ClCompile Include="src\copium\renderer\Renderer.cpp" />
|
|
<ClCompile Include="src\copium\renderer\RendererVertex.cpp" />
|
|
<ClCompile Include="src\copium\sampler\ColorAttachment.cpp" />
|
|
<ClCompile Include="src\copium\buffer\CommandBuffer.cpp" />
|
|
<ClCompile Include="src\copium\buffer\CommandBufferScoped.cpp" />
|
|
<ClCompile Include="src\copium\core\DebugMessenger.cpp" />
|
|
<ClCompile Include="src\copium\sampler\DepthAttachment.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\DescriptorPool.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\DescriptorSet.cpp" />
|
|
<ClCompile Include="src\copium\sampler\Font.cpp" />
|
|
<ClCompile Include="src\copium\sampler\SamplerCreator.cpp" />
|
|
<ClCompile Include="src\copium\util\BoundingBox.cpp" />
|
|
<ClCompile Include="src\copium\util\RuntimeException.cpp" />
|
|
<ClCompile Include="src\copium\util\FileSystem.cpp" />
|
|
<ClCompile Include="src\copium\buffer\Framebuffer.cpp" />
|
|
<ClCompile Include="src\copium\sampler\Image.cpp" />
|
|
<ClCompile Include="src\copium\buffer\IndexBuffer.cpp" />
|
|
<ClCompile Include="src\copium\core\Instance.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\Pipeline.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\PipelineCreator.cpp" />
|
|
<ClCompile Include="src\copium\core\QueueFamilies.cpp" />
|
|
<ClCompile Include="src\copium\sampler\Sampler.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\Shader.cpp" />
|
|
<ClCompile Include="src\copium\core\SwapChain.cpp" />
|
|
<ClCompile Include="src\copium\sampler\Texture2D.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\ShaderReflector.cpp" />
|
|
<ClCompile Include="src\copium\util\MetaFile.cpp" />
|
|
<ClCompile Include="src\copium\util\StringUtil.cpp" />
|
|
<ClCompile Include="src\copium\util\Timer.cpp" />
|
|
<ClCompile Include="src\copium\buffer\UniformBuffer.cpp" />
|
|
<ClCompile Include="src\copium\mesh\Vertex.cpp" />
|
|
<ClCompile Include="src\copium\buffer\VertexBuffer.cpp" />
|
|
<ClCompile Include="src\copium\pipeline\VertexDescriptor.cpp" />
|
|
<ClCompile Include="src\copium\mesh\VertexPassthrough.cpp" />
|
|
<ClCompile Include="src\copium\util\Uuid.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="src\copium\asset\Asset.h" />
|
|
<ClInclude Include="src\copium\asset\AssetFile.h" />
|
|
<ClInclude Include="src\copium\asset\AssetHandle.h" />
|
|
<ClInclude Include="src\copium\asset\AssetManager.h" />
|
|
<ClInclude Include="src\copium\asset\AssetMeta.h" />
|
|
<ClInclude Include="src\copium\asset\AssetRef.h" />
|
|
<ClInclude Include="src\copium\buffer\RendererVertexBuffer.h" />
|
|
<ClInclude Include="src\copium\core\Device.h" />
|
|
<ClInclude Include="src\copium\core\ImGuiInstance.h" />
|
|
<ClInclude Include="src\copium\core\Vulkan.h" />
|
|
<ClInclude Include="src\copium\core\Window.h" />
|
|
<ClInclude Include="src\copium\ecs\ComponentListener.h" />
|
|
<ClInclude Include="src\copium\ecs\ComponentPool.h" />
|
|
<ClInclude Include="src\copium\ecs\ComponentPoolBase.h" />
|
|
<ClInclude Include="src\copium\ecs\Config.h" />
|
|
<ClInclude Include="src\copium\ecs\ECSManager.h" />
|
|
<ClInclude Include="src\copium\ecs\Entity.h" />
|
|
<ClInclude Include="src\copium\ecs\EntitySet.h" />
|
|
<ClInclude Include="src\copium\event\ViewportResize.h" />
|
|
<ClInclude Include="src\copium\ecs\Signal.h" />
|
|
<ClInclude Include="src\copium\ecs\System.h" />
|
|
<ClInclude Include="src\copium\ecs\SystemBase.h" />
|
|
<ClInclude Include="src\copium\ecs\SystemOrderer.h" />
|
|
<ClInclude Include="src\copium\ecs\SystemPool.h" />
|
|
<ClInclude Include="src\copium\event\Event.h" />
|
|
<ClInclude Include="src\copium\event\EventDispatcher.h" />
|
|
<ClInclude Include="src\copium\event\EventHandler.h" />
|
|
<ClInclude Include="src\copium\event\EventResult.h" />
|
|
<ClInclude Include="src\copium\event\EventSignal.h" />
|
|
<ClInclude Include="src\copium\event\EventType.h" />
|
|
<ClInclude Include="src\copium\event\Input.h" />
|
|
<ClInclude Include="src\copium\event\InputCode.h" />
|
|
<ClInclude Include="src\copium\event\KeyPressEvent.h" />
|
|
<ClInclude Include="src\copium\event\KeyReleaseEvent.h" />
|
|
<ClInclude Include="src\copium\event\MouseMoveEvent.h" />
|
|
<ClInclude Include="src\copium\event\MousePressEvent.h" />
|
|
<ClInclude Include="src\copium\event\MouseReleaseEvent.h" />
|
|
<ClInclude Include="src\copium\event\MouseScrollEvent.h" />
|
|
<ClInclude Include="src\copium\event\WindowFocusEvent.h" />
|
|
<ClInclude Include="src\copium\event\WindowResizeEvent.h" />
|
|
<ClInclude Include="src\copium\mesh\Mesh.h" />
|
|
<ClInclude Include="src\copium\pipeline\ShaderBinding.h" />
|
|
<ClInclude Include="src\copium\renderer\Batch.h" />
|
|
<ClInclude Include="src\copium\renderer\LineRenderer.h" />
|
|
<ClInclude Include="src\copium\renderer\LineVertex.h" />
|
|
<ClInclude Include="src\copium\renderer\Renderer.h" />
|
|
<ClInclude Include="src\copium\renderer\RendererVertex.h" />
|
|
<ClInclude Include="src\copium\sampler\DepthAttachment.h" />
|
|
<ClInclude Include="src\copium\sampler\ColorAttachment.h" />
|
|
<ClInclude Include="src\copium\buffer\Buffer.h" />
|
|
<ClInclude Include="src\copium\buffer\CommandBuffer.h" />
|
|
<ClInclude Include="src\copium\sampler\Font.h" />
|
|
<ClInclude Include="src\copium\sampler\Glyph.h" />
|
|
<ClInclude Include="src\copium\sampler\SamplerCreator.h" />
|
|
<ClInclude Include="src\copium\util\BoundingBox.h" />
|
|
<ClInclude Include="src\copium\util\Common.h" />
|
|
<ClInclude Include="src\copium\core\DebugMessenger.h" />
|
|
<ClInclude Include="src\copium\pipeline\DescriptorSet.h" />
|
|
<ClInclude Include="src\copium\pipeline\DescriptorPool.h" />
|
|
<ClInclude Include="src\copium\util\Enum.h" />
|
|
<ClInclude Include="src\copium\util\RuntimeException.h" />
|
|
<ClInclude Include="src\copium\util\FileSystem.h" />
|
|
<ClInclude Include="src\copium\buffer\Framebuffer.h" />
|
|
<ClInclude Include="src\copium\sampler\Image.h" />
|
|
<ClInclude Include="src\copium\buffer\IndexBuffer.h" />
|
|
<ClInclude Include="src\copium\pipeline\Pipeline.h" />
|
|
<ClInclude Include="src\copium\pipeline\PipelineCreator.h" />
|
|
<ClInclude Include="src\copium\sampler\Sampler.h" />
|
|
<ClInclude Include="src\copium\pipeline\Shader.h" />
|
|
<ClInclude Include="src\copium\sampler\Texture2D.h" />
|
|
<ClInclude Include="src\copium\buffer\CommandBufferScoped.h" />
|
|
<ClInclude Include="src\copium\buffer\UniformBuffer.h" />
|
|
<ClInclude Include="src\copium\core\Instance.h" />
|
|
<ClInclude Include="src\copium\core\QueueFamilies.h" />
|
|
<ClInclude Include="src\copium\core\SwapChain.h" />
|
|
<ClInclude Include="src\copium\pipeline\ShaderReflector.h" />
|
|
<ClInclude Include="src\copium\util\MetaFile.h" />
|
|
<ClInclude Include="src\copium\util\StringUtil.h" />
|
|
<ClInclude Include="src\copium\util\Timer.h" />
|
|
<ClInclude Include="src\copium\mesh\Vertex.h" />
|
|
<ClInclude Include="src\copium\buffer\VertexBuffer.h" />
|
|
<ClInclude Include="src\copium\pipeline\VertexDescriptor.h" />
|
|
<ClInclude Include="src\copium\util\Uuid.h" />
|
|
<ClInclude Include="src\copium\util\VulkanException.h" />
|
|
<ClInclude Include="src\copium\mesh\VertexPassthrough.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |