Daxturus
02e283d548
Remove invalid "warn" argument passed to tinyobj::loadObject(...) ( #406 )
...
* Update 28_model_loading.cpp
Removed "warn" argument passed to tinyobj::LoadObj(...).
* Update 29_mipmapping.cpp
Removed "warn" argument passed to tinyobj::LoadObj(...).
* Update 30_multisampling.cpp
Removed "warn" argument passed to tinyobj::LoadObj(...).
* Update 08_Loading_models.md
Removed "warn" argument passed to tinyobj::LoadObj(...) from e-book.
* Update 08_Charger_des_modèles.md
Removed "warn" argument passed to tinyobj::LoadObj(...).
2025-05-11 12:26:42 +02:00
Vincent Giraud
f4122e5104
Replace mesa-vulkan-devel with mesa-vulkan-drivers in Fedora ( #398 )
2025-02-26 22:55:00 +01:00
Jacob Anderson
b2ea3a7337
Patch 1 ( #380 )
...
* fix casing of a create info struct field
* fix French too
2024-05-09 13:35:18 +02:00
BRH
51f440d436
Fix typo ( #370 )
...
Forgot an "a".
2023-12-04 20:47:38 +01:00
Ryan Linnit
2f3ac600c1
Use range-based loops in markdown ( #365 )
2023-11-14 19:22:52 +01:00
Hugo Locurcio
898f655f92
Use `VK_LOD_CLAMP_NONE` constant to set mipmap max LOD level in sampler ( #354 )
...
This allows for using different texture sizes without having to
know the mipmap count in advance.
All conformant Vulkan implementations should be able to handle this
constant, which is equal to `1000.0f`.
2023-08-09 21:35:09 +02:00
Johnson Sun
b60f145a93
Fix Vulkan SDK path on Windows ( #338 )
2023-05-16 20:23:23 +02:00
Alexander Overvoorde
404879a3f1
Update remaining ebook links
2023-03-27 22:28:41 +02:00
Alexander Overvoorde
bc93e0e647
Fix links to ebook files
2023-03-09 18:05:14 +01:00
Alexander Overvoorde
c2483ac168
Update references to primary branch and update a few other things
2023-01-30 21:27:57 +01:00
Alexander Overvoorde
1788193a5a
Add notice to French translation about updates to English version
2022-03-08 21:42:04 +01:00
Alexander Overvoorde
f7cf8dede8
Don't hardcode dynamicState count in code example
2022-03-08 21:29:56 +01:00
Onyrew
e167e831e5
vkDestroyDescriptorPool added to Descriptor pool and sets ( #273 )
...
* vkDestroyDescriptorPool added
* dots
* vkDestroyDescriptorPool added for French chapter
2022-03-01 22:40:26 +01:00
Alexander Overvoorde
eef49a21de
Use std::numeric_limits<uint32_t>::max()
2022-02-21 21:09:21 +01:00
Sascha Willems
d49b1eb614
Updating 1.2 to 1.3 spec links
2022-02-06 14:23:30 +01:00
Sascha Willems
0b7627b458
Changed links according to QA
...
Use Vulkan 1.3 spec
2022-02-06 14:21:27 +01:00
Sascha Willems
dbe5f41c3b
Updated links to chunked Vulkan 1.2 spec
2022-01-22 12:54:38 +01:00
ZaOniRinku
b962c19bd1
Add full name for vkBindXMemory functions
2021-12-29 12:14:07 +01:00
ZaOniRinku
050a63c4c4
Fix minor typo in french translation
2021-12-28 18:47:41 +01:00
Lars-Magnus Skog
55882b38fe
Mention std::clamp in explanatory comment instead of min/max
2021-12-17 21:35:28 +01:00
Alexander Overvoorde
4ed54ab92e
Remove reference to nonexistent validation layer warning ( fixes #250 )
2021-09-19 15:41:19 +02:00
TestingPlant
8ab351c4d4
Add extra braces when setting VkClearValue
2021-07-20 04:15:45 +00:00
Alexander Overvoorde
998f0d0c4a
Properly remove GL_ARB_separate_shader_objects references ( fixes #112 )
2021-06-15 21:05:39 +02:00
Alexander Overvoorde
e0c9a8a5a0
Replace min/max combination with clamp ( resolves #240 )
2021-06-13 17:51:33 +02:00
unknown
a1756623b7
Initialize debugCreateInfo everywhere
2021-06-12 15:22:25 -06:00
Nicolas GUILLOT
381a7a606b
Update 00_Images.md
2021-05-29 15:08:00 +02:00
Benson Muite
74bc907e16
Instructions for setup on Fedora in French.
2021-04-08 17:09:27 +03:00
Alexander Overvoorde
c66875d7c4
Be more explicit about extra include for std::min/std::max ( fixes #225 )
2021-02-20 12:43:13 +01:00
punkymaniac
56d06b27a3
Fix french typo
2021-01-21 17:37:37 +01:00
Alexander Overvoorde
d22199ca94
Fix mirrored texture coordinates in tutorial ( fixes #215 )
2020-11-12 22:30:54 +01:00
Alexander Overvoorde
f710a4864e
Fix syntax error in depth chapter (thanks Nic Canning)
2020-10-27 21:20:48 +01:00
Alexandre Laurent
cefe0fdd9d
Remove confusing remark about depthWriteEnable
2020-10-09 21:23:10 +02:00
Alexandre Laurent
ae5b245426
Add remark regarding queue type
2020-10-09 21:20:12 +02:00
Alexandre Laurent
02ed9feef5
Sync with new flags for GLFW
2020-10-09 21:06:13 +02:00
Alexandre Laurent
cae2873a83
Fix typos
2020-10-09 20:59:09 +02:00
Alexandre Laurent
c0c12dabd4
Use french translation for tutorial link
2020-10-09 18:54:11 +02:00
Alexandre Laurent
0e45a344fc
Fix typo on function name
2020-10-09 18:53:47 +02:00
Alexandre Laurent
b23e70f681
Update FAQ Link
2020-10-09 18:47:54 +02:00
Thomas Fromont
ec2704721b
fix typos
2020-09-08 10:10:15 +02:00
Thomas Fromont
31007570e5
update french translation of setup chapter
2020-09-01 11:12:59 +02:00
Vorps
bc88089058
Update 02_Fonctions_fixées.md
...
fixes typos
2020-06-28 03:00:02 +02:00
Alexander Overvoorde
233b1d4855
Replace dead link to transformation matrices guide
2020-06-04 00:05:41 +02:00
Alexander Overvoorde
2ab48ce212
Fix file permissions
2020-05-26 22:51:08 +02:00
Alexander Overvoorde
a449b74f86
Merge branch 'fixes-fr2' of https://github.com/LittleWhite-tb/VulkanTutorial into LittleWhite-tb-fixes-fr2
2020-05-26 22:48:46 +02:00
Alexandre Laurent
9c34e04c54
Fixes my own mistakes
2020-05-26 22:43:51 +02:00
Alexandre Laurent
6ea49c96fa
Fix merge conflict
2020-05-26 13:46:25 +02:00
Alexandre Laurent
091314e9db
fixes typos and several other small defects
2020-05-26 12:37:56 +02:00
Pablo Delgado Krämer
c05bff3b68
Fix wrong VkSamplerCreateInfo type assignments.
...
The four members of VkSamplerCreateInfo maxAnisotropy, mipLodBias,
minLod and maxLod are floats, but actually assigned integer values.
2020-05-05 15:05:37 +02:00
celestecote21
6ec42c3595
an error in the translate
2020-05-02 22:29:29 +02:00
Alexander Overvoorde
8843f338cd
Replace example 3D model with permissively licensed one
...
The existing model had a permissive license at the time this tutorial
was written, but the artist has since started selling the model so I've
decided to switch to a different one to respect their wishes.
2020-04-28 22:41:09 +02:00