mirror of
https://github.com/rt64/rt64.git
synced 2025-12-05 01:00:13 +00:00
* Incorporate plume with updated headers * Start fixing up build * continue build updates * More fixes * More updates * Update pointer to plume * Fixup for the interface builders * update plume * update plume * More updates * Fix compilation with latest plume. * Update to latest updates in plume * Update plume. * Warnings and texture cache fixes. * Fix upper range on descriptor set. * Update plume. * Update plume. * Add query pool. * Point to plume main * Sort out waitable swap chain. * Update Plume * Update plume * Update plume * Remove extra wait * Use common header * Remove examles * Directly link the plume cmake * Update plume * Fix indentation changes * Leftover * Add missing import * Add more missing deps * Log sampler mirror capability * Latest plume * Remove submodules that are now included in plume. * Remove from the .gitmodules file. * Remove leftovers from CMake. * Update plume. * Remove unused includes. * Remove from tree. --------- Co-authored-by: Dario <dariosamo@gmail.com>
27 lines
208 B
Plaintext
27 lines
208 B
Plaintext
*.vs
|
|
*.db
|
|
*.log
|
|
*.dll
|
|
*.exe
|
|
*.lib
|
|
*.exp
|
|
*.ipdb
|
|
*.iobj
|
|
*.tlog
|
|
*.recipe
|
|
*.FileListAbsolute.txt
|
|
*.idb
|
|
*.hlsl.h
|
|
*.dxil.h
|
|
*.spirv.h
|
|
*.bat
|
|
*.rw
|
|
*.rw.h
|
|
*.obj
|
|
*.pdb
|
|
build/
|
|
.vscode/
|
|
.idea
|
|
cmake-build-debug*
|
|
.DS_Store
|