Re-add missing resource files.
This commit is contained in:
parent
490d8b7f95
commit
6d19360f3f
|
|
@ -166,8 +166,6 @@
|
|||
</CustomBuild>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<None Include=".clang-format" />
|
||||
<None Include=".gitignore" />
|
||||
<CustomBuild Include="Assets\Shaders\Mesh.slang">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|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>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).spv</Outputs>
|
||||
</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">
|
||||
<FileType>Document</FileType>
|
||||
<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 Include="Assets\Shaders\Material.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>
|
||||
<ClCompile Include="Source\AppState.cpp" />
|
||||
|
|
|
|||
12
PLAN.md
12
PLAN.md
|
|
@ -21,12 +21,12 @@
|
|||
- [X] Create Vertex buffer
|
||||
- [X] Load texture
|
||||
- [X] Draw
|
||||
- [ ] Render Sponza
|
||||
- [X] Load GLTF Scene
|
||||
- [ ] Support Albedo
|
||||
- [ ] Support Normal
|
||||
- [ ] Support Metal/Rough
|
||||
- [ ] Support Emission
|
||||
- [ ] PBR
|
||||
- [X] Point Lights
|
||||
- [ ] Directional Lights
|
||||
- [ ] Spot Lights
|
||||
- [ ] IBL
|
||||
- [ ] Probe-IBL
|
||||
|
||||
## Features
|
||||
- [ ] Scene Rendering
|
||||
|
|
|
|||
Loading…
Reference in New Issue