diff --git a/Blaze/Blaze.vcxproj b/Blaze/Blaze.vcxproj index 3b94c06..4f798be 100644 --- a/Blaze/Blaze.vcxproj +++ b/Blaze/Blaze.vcxproj @@ -166,8 +166,6 @@ - - false false @@ -176,6 +174,14 @@ Compiling %(Filename).slang %(Filename).spv + + + + + + + + Document slangc %(FullPath) -profile sm_6_6 -target module -o %(Filename).slang-module @@ -183,13 +189,6 @@ - - - - - - - diff --git a/PLAN.md b/PLAN.md index 5f7c876..7c7f07e 100644 --- a/PLAN.md +++ b/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