Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to Restore Vulkan backend demo state using new changes #396

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6756480
refactor wip
Pikachuxxxx Dec 15, 2024
4aafa7e
Merge branch 'dev-dx12-backend' of https://github.com/Pikachuxxxx/Raz…
Pikachuxxxx Dec 15, 2024
5dcecee
Merge remote-tracking branch 'origin/master' into dev-dx12-backend
Pikachuxxxx Dec 24, 2024
4ad2791
gitignore qt generated moc/ui files
Pikachuxxxx Dec 24, 2024
fb52de5
delete generated files
Pikachuxxxx Dec 24, 2024
caef1e3
update merge from master
Pikachuxxxx Dec 24, 2024
f94d9b7
Fixed RHI and backend rendercontext compilation
Pikachuxxxx Dec 24, 2024
dde3d7a
example - 1 of creating descriptor set using handles
Pikachuxxxx Dec 24, 2024
515c0f2
WIP: cleaned up imgui renderer and fixed some files to create descrip…
Pikachuxxxx Dec 25, 2024
e1a0fbe
Fix world renderer compilation
Pikachuxxxx Dec 25, 2024
9020538
Removed redundant files and fix some compilation errors
Pikachuxxxx Dec 25, 2024
b4791f3
Restore test passes without any crashes
Pikachuxxxx Dec 25, 2024
3b657bd
Resolved all VK validation errors + Fixed a bug where resource manage…
Pikachuxxxx Dec 25, 2024
2bdfd62
AppleClang fixes: missing default case for switch to avoind handling …
Pikachuxxxx Dec 25, 2024
31c2628
Testing IBL generation bugs found
Pikachuxxxx Dec 25, 2024
d8a8b99
Fix IBL shaders samples count for convolution and prefiltering
Pikachuxxxx Dec 25, 2024
115c4b5
Test hellotriangle and wave instrinsics pass with VK and DX12; DX12 i…
Pikachuxxxx Dec 25, 2024
d924ab8
Cleanup VKShader class to help with DX12Shader class + Added collecti…
Pikachuxxxx Dec 26, 2024
9628bc4
wip commit cause homies called me to play fortnite
Pikachuxxxx Dec 26, 2024
cc27b57
- moved dept info to passnode
Pikachuxxxx Dec 27, 2024
47448cf
Env map include fixes + apple clang fixes
Pikachuxxxx Dec 28, 2024
3c257b5
Fix skybox Vertex shader HLSL
Pikachuxxxx Dec 30, 2024
cb63ec8
skybox shader load test complete, disabled procedural skybox loading
Pikachuxxxx Jan 1, 2025
0b1bbc4
wip commit cause of internet
Pikachuxxxx Jan 1, 2025
091bb38
Fix bug with set selection during reflection system sets rejection + …
Pikachuxxxx Jan 1, 2025
84a2854
Copyright year update
Pikachuxxxx Jan 2, 2025
f750902
Added new asset types enums only
Pikachuxxxx Jan 2, 2025
c815aec
more copyright year updates
Pikachuxxxx Jan 2, 2025
1d01635
skybox pass somewhat works
Pikachuxxxx Jan 2, 2025
c96c973
kinda more fixes for skybox but camera rotation won't work and it's f…
Pikachuxxxx Jan 2, 2025
007b07b
Almost fixed skybox
Pikachuxxxx Jan 2, 2025
f8e88fd
Fixed skybox except for x flip on y-faces
Pikachuxxxx Jan 2, 2025
8af1542
Fixed direction sampling for skybox
Pikachuxxxx Jan 2, 2025
07b4684
mesh cleanup
Pikachuxxxx Jan 2, 2025
5af8268
Added shader and engine compatibilty for importance sampling
Pikachuxxxx Jan 5, 2025
0fac8d6
Build and Tests are passing
Pikachuxxxx Jan 5, 2025
03ee20c
Added implementation
Pikachuxxxx Jan 5, 2025
56adf91
update comments checklist
Pikachuxxxx Jan 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ build/
Engine/content/Shaders/Compiled/
Engine/content/Shaders/Generated/

#ignore QT generated Files
Editor/src/generated/

/Sandbox/LargeScenesSandbox.razixproject
/Sandbox/Assets/Models/BistroExterior.glb
/Sandbox/Assets/Models/BattleOfTrashGods.gltf
Expand Down
133 changes: 0 additions & 133 deletions Editor/src/generated/moc_AutoHideDockContainer.cpp

This file was deleted.

148 changes: 0 additions & 148 deletions Editor/src/generated/moc_AutoHideSideBar.cpp

This file was deleted.

Loading