Pass vulkan pipeline state along to UI

This commit is contained in:
baldurk
2016-02-07 18:41:29 +01:00
parent 4ed49079d1
commit edac1f0bfd
21 changed files with 641 additions and 55 deletions
+1
View File
@@ -107,6 +107,7 @@
<Compile Include="Code\CommonPipelineState.cs" />
<Compile Include="Code\FormatElement.cs" />
<Compile Include="Interop\Camera.cs" />
<Compile Include="Interop\VulkanPipelineState.cs" />
<Compile Include="Interop\Formatter.cs" />
<Compile Include="Code\Helpers.cs" />
<Compile Include="Code\LogViewerForm.cs" />