Vittorio Romeo
|
87e84bc9e5
|
Minor modernization changes: 'nullptr', range-based 'for' loops, ...
|
2021-12-08 21:41:20 +00:00 |
|
Vittorio Romeo
|
2839f6b4d2
|
Use 'auto' where no information is lost
|
2021-12-08 19:14:31 +00:00 |
|
Vittorio Romeo
|
9a0cc4b7dc
|
Use alias declarations instead of 'typedef'
|
2021-12-08 17:58:13 +00:00 |
|
Anton Vasiliev
|
f03a415121
|
Use std::vector.data() where appropriate
|
2021-12-08 16:26:03 +00:00 |
|
Anton Vasiliev
|
ce5d410c74
|
Fix exception on Vulkan example shutdown
This change fixes exception on Vulkan example shutdown when drawing
to window after it was closed.
|
2021-12-08 01:06:37 +00:00 |
|
Anton Vasiliev
|
b9da3b879c
|
Fix possible exception on Vulkan example startup
This change fixes possible exception on Vulkan example startup when
validationLayers.size()) is zero.
|
2021-12-08 01:06:37 +00:00 |
|
Vittorio Romeo
|
6cf124db66
|
Fix remaining warnings
- Fixes in examples
- Fixes across all the modules
|
2021-11-30 11:25:58 +01:00 |
|
Lukas Dürrenberger
|
bc628c6b28
|
Fix warnings in examples
- Convert where necessary
- Adjust type where reasonable
- Use SYSTEM headers for gl.h, stb* and vulkan
|
2021-11-30 11:25:58 +01:00 |
|
binary1248
|
6272f853c1
|
Add support for creating Vulkan window surfaces.
|
2019-10-16 21:48:24 +02:00 |
|