Skip to content

Commit

Permalink
Update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ealrann committed May 7, 2020
1 parent 4fa8fab commit 0b4d880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-rc-4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 5 additions & 1 deletion org.sheepy.vsand/src/main/resources/Application.vsand
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,11 @@
<swapImageUsages>TransferDst</swapImageUsages>
</swapchainConfiguration>
<framebufferConfiguration clearValue="0.0;0.0;0.0;0.0"/>
<colorDomain/>
<surface>
<colorDomain/>
</surface>
<renderPass/>
<imageViews/>
</configuration>
<colorAttachment name="Swapchain" stencilLoadOp="DONT_CARE" stencilStoreOp="DONT_CARE" initialLayout="TRANSFER_DST_OPTIMAL" finalLayout="PRESENT_SRC_KHR"/>
</processes>
Expand Down

0 comments on commit 0b4d880

Please sign in to comment.