Re-add missing resource files.

This commit is contained in:
Anish Bhobe 2025-07-02 13:32:13 +02:00
parent 490d8b7f95
commit 6d19360f3f
2 changed files with 14 additions and 15 deletions

View File

@ -166,8 +166,6 @@
</CustomBuild> </CustomBuild>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<None Include=".clang-format" />
<None Include=".gitignore" />
<CustomBuild Include="Assets\Shaders\Mesh.slang"> <CustomBuild Include="Assets\Shaders\Mesh.slang">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
@ -176,6 +174,14 @@
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Compiling %(Filename).slang</Message> <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Compiling %(Filename).slang</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).spv</Outputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).spv</Outputs>
</CustomBuild> </CustomBuild>
<None Include="..\.clang-format" />
<None Include="..\.gitattributes" />
<None Include="..\.gitignore" />
<None Include="..\LICENSE" />
<None Include="..\PLAN.md" />
<None Include="..\README.md" />
<None Include="..\vcpkg-configuration.json" />
<None Include="..\vcpkg.json" />
<None Include="Assets\Shaders\Bindless.slang"> <None Include="Assets\Shaders\Bindless.slang">
<FileType>Document</FileType> <FileType>Document</FileType>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">slangc %(FullPath) -profile sm_6_6 -target module -o %(Filename).slang-module</Command> <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">slangc %(FullPath) -profile sm_6_6 -target module -o %(Filename).slang-module</Command>
@ -183,13 +189,6 @@
</None> </None>
<None Include="Assets\Shaders\Material.slang" /> <None Include="Assets\Shaders\Material.slang" />
<None Include="Assets\Shaders\PBR.slang" /> <None Include="Assets\Shaders\PBR.slang" />
<None Include="PLAN.md">
<SubType>
</SubType>
</None>
<None Include="README.md" />
<None Include="vcpkg-configuration.json" />
<None Include="vcpkg.json" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="Source\AppState.cpp" /> <ClCompile Include="Source\AppState.cpp" />

12
PLAN.md
View File

@ -21,12 +21,12 @@
- [X] Create Vertex buffer - [X] Create Vertex buffer
- [X] Load texture - [X] Load texture
- [X] Draw - [X] Draw
- [ ] Render Sponza - [ ] PBR
- [X] Load GLTF Scene - [X] Point Lights
- [ ] Support Albedo - [ ] Directional Lights
- [ ] Support Normal - [ ] Spot Lights
- [ ] Support Metal/Rough - [ ] IBL
- [ ] Support Emission - [ ] Probe-IBL
## Features ## Features
- [ ] Scene Rendering - [ ] Scene Rendering