Added transparent forward pass as third subpass, demonstrate preserve attachment

This commit is contained in:
saschawillems 2017-01-11 21:25:53 +01:00
parent 1634ed065e
commit b57f74012f
9 changed files with 214 additions and 27 deletions

View file

@ -94,6 +94,8 @@
<None Include="..\data\shaders\subpasses\composition.vert" />
<None Include="..\data\shaders\subpasses\gbuffer.frag" />
<None Include="..\data\shaders\subpasses\gbuffer.vert" />
<None Include="..\data\shaders\subpasses\transparent.frag" />
<None Include="..\data\shaders\subpasses\transparent.vert" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">