Alexander Overvoorde
|
b3a0d1bac4
|
Use canonical paths for Disqus threads
|
2017-05-11 15:49:47 +02:00 |
Alexander Overvoorde
|
58f0d21184
|
Fix cullFace typo in descriptor set chapter
|
2017-05-09 11:36:30 +02:00 |
Alexander Overvoorde
|
589bc0dadc
|
Add e-book versions
|
2017-05-02 21:55:17 +02:00 |
Alexander Overvoorde
|
ab9b2029ed
|
Remove double slash
|
2017-05-01 20:06:43 +02:00 |
Alexander Overvoorde
|
d40b02a8c2
|
Fix inconsistency in depth chapter vs code
|
2017-04-26 22:44:31 +02:00 |
Alexander Overvoorde
|
ace0630c86
|
Clarify that maxMemoryAllocationCount is about simultaneous allocations
|
2017-04-25 21:14:26 +02:00 |
Alexander Overvoorde
|
ccb4c95d68
|
Fix broken spec links being generated for extension objects and functions (fixes #43)
|
2017-04-17 20:02:52 +02:00 |
Alexander Overvoorde
|
75d85ca89d
|
Merge pull request #41 from adennen/patch-1
Fix spelling of firstInstance
|
2017-04-10 00:22:15 +02:00 |
Aron Dennen
|
142a60c210
|
Fix spelling of firstInstance
Changed firstIntance -> firstInstance
|
2017-04-09 16:32:09 -04:00 |
Alexander Overvoorde
|
20ba7afb69
|
Merge branch 'master' of github.com:Overv/VulkanTutorial
|
2017-04-08 20:34:50 +02:00 |
Alexander Overvoorde
|
c1f0ba69d2
|
Fix typo in uniform buffer chapter about layout/location
|
2017-04-08 20:34:19 +02:00 |
Alexander Overvoorde
|
503d83314e
|
Merge pull request #40 from tthelin/daux-instructions
Add instructions on how to use daux to render the tutorial
|
2017-03-29 12:02:31 +02:00 |
Tim Thelin
|
e8312f9929
|
Fix bullet numbering
|
2017-03-28 23:39:25 -07:00 |
Tim Thelin
|
ebf58bf417
|
Final tweaks to the documentation to make sure it works after testing it again
|
2017-03-28 23:34:28 -07:00 |
Tim Thelin
|
e3d884fef5
|
Merge branch 'master' into daux-instructions
|
2017-03-28 23:14:23 -07:00 |
Alexander Overvoorde
|
840ee6b14f
|
Add check to disable Disqus when running on file: protocol
|
2017-03-28 11:23:28 +02:00 |
Alexander Overvoorde
|
1321ec0611
|
Merge pull request #39 from tthelin/fixlinks
Fix link references so that the Daux static file generator works
|
2017-03-28 11:16:33 +02:00 |
Tim Thelin
|
3cf4ac74c0
|
Merge branch 'master' into fixlinks
|
2017-03-28 00:23:01 -07:00 |
Tim Thelin
|
fa514fe66d
|
Add info on how to fix bad brwser loading time for static files
|
2017-03-28 00:18:59 -07:00 |
Tim Thelin
|
4897b75a53
|
Fix deep links so static generation doesn't complain
|
2017-03-28 00:03:11 -07:00 |
Tim Thelin
|
3f0d252bf6
|
Updated daux instructions to include live serving
|
2017-03-27 22:51:25 -07:00 |
Alexander Overvoorde
|
4a646e8d43
|
Fix vertex shader source for textures and ubo chapters having a vec3 for positions
|
2017-03-27 22:12:46 +02:00 |
Alexander Overvoorde
|
9cd756f22c
|
Fix alignment of shader bytecode array
|
2017-03-26 23:01:43 +02:00 |
Tim Thelin
|
dbeffb77fc
|
Add period that was accidently removed
|
2017-03-24 21:44:51 -07:00 |
Tim Thelin
|
2021ce0b95
|
Added initial instructions for using daux to generate the tutorial
|
2017-03-24 21:41:11 -07:00 |
Alexander Overvoorde
|
b8571111ec
|
Add clarification that swap chain extension check is redundant
|
2017-03-14 21:03:03 +01:00 |
Alexander Overvoorde
|
a5a709188d
|
Change chooseSwapPresentMode to better match current driver behaviour
|
2017-03-13 21:03:08 +01:00 |
Alexander Overvoorde
|
6a96f72ddf
|
Add extra instruction for new Lib32 folder
|
2017-03-13 00:59:47 +01:00 |
Alexander Overvoorde
|
8fa6b20d7d
|
Merge pull request #36 from JonasDeM/patch-1
Correct Vulkan SDK link directory image
|
2017-03-13 00:57:14 +01:00 |
Alexander Overvoorde
|
d46a696e5e
|
Merge pull request #35 from denis-kralj/fix-broken-link
Update computer graphics book link
|
2017-03-13 00:52:52 +01:00 |
JonasDeM
|
a7aba42050
|
Corrected screencap of vs link dirs
The old one had selected the folder "Bin32", instead of the correct one "Lib32".
|
2017-03-11 19:36:47 +01:00 |
JonasDeM
|
1f88ced006
|
deleted image to replace it with a correct one
The additional dependency directory for the linker in visual studio for Vulkan was called "Bin32". It should be Lib32, right?
|
2017-03-11 19:29:12 +01:00 |
Denis
|
23ce9e00a1
|
Update link reference to available resource
|
2017-03-11 12:43:13 +01:00 |
Alexander Overvoorde
|
9fa68debf4
|
Make snippet in physical device chapter more clear
|
2017-03-02 21:29:02 +01:00 |
Alexander Overvoorde
|
2a716d8579
|
Fix missing glfwTerminate calls
|
2017-02-24 01:28:34 +01:00 |
Alexander Overvoorde
|
1398eaaa68
|
Clarify value of basePipelineIndex and why setting it to -1 is optional
|
2017-02-24 01:22:34 +01:00 |
Alexander Overvoorde
|
18f0f8c06f
|
Clarify wording of descriptorCount explanation
|
2017-02-23 21:15:38 +01:00 |
Alexander Overvoorde
|
48b432bdc7
|
Merge pull request #33 from spxtr/extrabullet
Remove extra bullet
|
2017-02-14 19:41:39 +01:00 |
spxtr
|
6cd71f011c
|
Remove extra bullet.
|
2017-02-13 00:15:28 -08:00 |
Alexander Overvoorde
|
892bc17fd8
|
Fix chooseSwapExtent with resizable window
|
2017-02-08 19:07:57 +01:00 |
Alexander Overvoorde
|
cd62489ba7
|
Fixed casing in VkSwapchainKHR explanation
|
2017-01-26 17:55:02 +01:00 |
Alexander Overvoorde
|
5442a3bf18
|
Fix code listing link formatting
|
2017-01-19 22:50:41 +01:00 |
Alexander Overvoorde
|
e0454c98f2
|
Add shader code listings
|
2017-01-19 19:10:14 +01:00 |
Alexander Overvoorde
|
e3036d67e0
|
Fix swap chain chapter not describing required include
|
2017-01-13 23:25:33 +01:00 |
Alexander Overvoorde
|
fb2d2362ca
|
Add note about implicit host write synchronization on command buffer submission
|
2017-01-13 15:44:25 +01:00 |
Alexander Overvoorde
|
382c7a3f92
|
Fix glfwDestroyWindow never being called
|
2017-01-12 22:37:44 +01:00 |
Alexander Overvoorde
|
0a6d0dbbef
|
Merge pull request #30 from puzzlepaint/patch-1
Fix device scoring example and a typo
|
2017-01-09 04:15:34 +01:00 |
Thomas Schöps
|
1d212da835
|
Fix device scoring example and a typo
|
2017-01-08 21:46:55 +01:00 |
Alexander Overvoorde
|
c7c0649aa0
|
Update website description
|
2016-12-11 19:43:46 +01:00 |
Alexander Overvoorde
|
65b519d638
|
Fix image chapter ignoring rowPitch subresource requirements
|
2016-12-11 19:41:38 +01:00 |