renderdoc script

This commit is contained in:
2019-07-27 01:47:05 +02:00
parent dc3a3018c5
commit e26c64c253
5 changed files with 26 additions and 5 deletions

5
.idea/runConfigurations/deploy.xml generated Normal file
View File

@@ -0,0 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="deploy" type="PowerShellRunType" factoryName="PowerShell" scriptUrl="D:\Code\rust-engine\build\deploy.ps1" workingDirectory="D:\Code\rust-engine">
<method v="2" />
</configuration>
</component>

5
.idea/runConfigurations/renderdoc.xml generated Normal file
View File

@@ -0,0 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="renderdoc" type="PowerShellRunType" factoryName="PowerShell" scriptUrl="D:\Code\rust-engine\build\renderdoc.ps1" workingDirectory="D:\Code\rust-engine">
<method v="2" />
</configuration>
</component>