Skip to content

Commit 08adf52

Browse files
committed
Changes pre-publish
1 parent 4dd3871 commit 08adf52

File tree

9 files changed

+2
-80
lines changed

9 files changed

+2
-80
lines changed

.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vbook2.iml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We will use [LWJGL](http://www.lwjgl.org/) as the Java library which provides th
1616
> - New Vulkan functions (1.3)
1717
> - ...
1818
>
19-
> Therefore, Vulkan 1.3 is required. If you want to access previous version, just go the [legacy branch](https://github.com/lwjglgamedev/vulkanbook/tree/master).
19+
> Therefore, Vulkan 1.3 is required. If you want to access previous version, just go the [legacy branch](https://github.com/lwjglgamedev/vulkanbook/tree/legacy).
2020
2121
## Book Code
2222

Binary file not shown.

booksamples/chapter-21/src/main/java/org/vulkanb/eng/graph/post/PostRender.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ public void resize(VkCtx vkCtx, Attachment srcAttachment) {
196196
renderInfo.free();
197197
colorAttachment.cleanup(vkCtx);
198198
colorAttachmentInfo.free();
199-
200199
colorAttachment = createColorAttachment(vkCtx);
201200
colorAttachmentInfo = createColorAttachmentInfo(colorAttachment, clrValueColor);
202201
renderInfo = createRenderInfo(colorAttachment, colorAttachmentInfo);

booksamples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<module>chapter-17</module>
166166
<module>chapter-18</module>
167167
<module>chapter-20</module>
168+
<module>chapter-21</module>
168169
<module>appendix-01</module>
169170
<module>appendix-02</module>
170171
</modules>

0 commit comments

Comments
 (0)