Added Vulkan examples sources!
This commit is contained in:
parent
367fda186b
commit
c91341813c
868 changed files with 514080 additions and 5584 deletions
12
cleanup.bat
Normal file
12
cleanup.bat
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FOR /d /r . %%x IN (x64) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
cd bin
|
||||
del *.ilk
|
||||
del *.lastcodeanalysissucceeded
|
||||
del *.obj
|
||||
del *.idb
|
||||
del *.pdb
|
||||
del *.log
|
||||
del *.tlog
|
||||
del *.xml
|
||||
FOR /d /r . %%x IN (*tlog) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
cd..
|
||||
Loading…
Add table
Add a link
Reference in a new issue