Sascha Willems
|
dcec337fa9
|
Swapchain code cleanup
Use references instead of pointers
|
2024-12-19 21:29:22 +01:00 |
|
Sascha Willems
|
91ab6a517f
|
Code cleanup
|
2024-01-21 13:15:56 +01:00 |
|
Sascha Willems
|
2e566fa549
|
Fixed barrier
|
2024-01-04 17:09:53 +01:00 |
|
Sascha Willems
|
d0211d1f14
|
Replaced per-sample validation define with global define in base class
Toggling validation via command line arguments is the preferred way anyway
Define was also added as a CMake option
|
2023-12-30 13:15:37 +01:00 |
|
Sascha Willems
|
a04a506353
|
Code cleanup, additional comments
|
2023-12-30 12:03:46 +01:00 |
|
Sascha Willems
|
781f18990b
|
Code cleanup
Fixed several warnings
|
2023-12-20 20:14:36 +01:00 |
|
Sascha Willems
|
e9288ed57f
|
Use correct layout for color attachment
Fixes #1041
|
2023-06-03 16:48:37 +02:00 |
|
Lionel Landwerlin
|
46054ee59d
|
dynamicrendering: use the right layout for depth/stencil
|
2022-11-21 11:38:44 +02:00 |
|
Sascha Willems
|
79ec9b126b
|
Added comment for required extensions
|
2022-08-02 10:19:49 +02:00 |
|
Stephen Saunders
|
54d0b27e4a
|
Fix ImGui overlay and add extension dependencies for dynamicrendering example
|
2022-08-01 19:05:37 -04:00 |
|
Sascha Willems
|
56b6978a6c
|
Descriptor setup
Fixes #941
|
2022-05-08 09:30:15 +02:00 |
|
Sascha Willems
|
313ac10de4
|
Removed unused texture
|
2021-12-04 10:10:38 +01:00 |
|
Sascha Willems
|
41a52bda4c
|
Small fixes, validation is now clean except for a false positive
|
2021-11-20 12:29:27 +01:00 |
|
Sascha Willems
|
089edad01c
|
Added barriers
|
2021-11-20 10:31:17 +01:00 |
|
Sascha Willems
|
3b7098d699
|
Added dynamic rendering sample to readme
|
2021-11-07 09:11:14 +01:00 |
|
Sascha Willems
|
3e55366434
|
Added sample fro dynamic rendering using VK_KHR_dynamic_rendering
|
2021-11-06 19:45:22 +01:00 |
|