Andreas Süßenbach
|
d507727fd7
|
Add support for enumerating functions that originally take a struct with the vector information. (#1892)
|
2024-06-11 16:53:15 +02:00 |
|
github-actions[bot]
|
6fb0c202be
|
Update Vulkan-Headers to v1.3.287 (#1891)
Co-authored-by: GitHub <noreply@github.com>
|
2024-06-10 11:37:10 +02:00 |
|
Andreas Süßenbach
|
bb66ad3b04
|
Moved some implementation details into namespace detail. (#1840)
|
2024-04-08 11:40:53 +02:00 |
|
github-actions[bot]
|
88d508b32f
|
Update Vulkan-Headers to v1.3.281 (#1834)
Co-authored-by: GitHub <noreply@github.com>
|
2024-03-25 13:50:59 +01:00 |
|
Andreas Süßenbach
|
2b35399a73
|
Remove unnecessary static_casts on vk::Results. (#1822)
|
2024-03-06 08:54:20 +01:00 |
|
Andreas Süßenbach
|
29723f90a1
|
Update Vulkan-Headers to v1.3.278 (#1810)
|
2024-02-19 22:00:57 +01:00 |
|
Andreas Süßenbach
|
982afd2929
|
Special handling for command vkGetDeviceFaultInfoEXT: changed return type from ResultValue to ResultValueType (#1800)
|
2024-02-08 15:30:36 +01:00 |
|
Andreas Süßenbach
|
c74c22fb77
|
Use some special handling for struct vk::DeviceFaultInfoEXT (#1796)
|
2024-02-08 11:40:27 +01:00 |
|
Andreas Süßenbach
|
9fa4459c50
|
Add special handling for call sequence in commands for vkGetDeviceFaultInfoEXT (#1790)
|
2024-02-05 15:44:40 +01:00 |
|
github-actions[bot]
|
d4b36b8223
|
Update Vulkan-Headers to v1.3.276 (#1776)
Co-authored-by: GitHub <noreply@github.com>
|
2024-01-29 14:01:04 +01:00 |
|
Andreas Süßenbach
|
e4ea505027
|
Simplified typename checks on allocator template types (#1770)
|
2024-01-10 13:30:04 +01:00 |
|
Andreas Süßenbach
|
9eab68eb5d
|
Add function pointer check when using DispatchLoaderDynamic. (#1769)
|
2024-01-08 12:19:28 +01:00 |
|
github-actions[bot]
|
1a24b01583
|
Update Vulkan-Headers to v1.3.275 (#1768)
Co-authored-by: GitHub <noreply@github.com>
|
2024-01-08 10:21:39 +01:00 |
|
Andreas Süßenbach
|
197017ef20
|
Add support of noexcept-path for vk::raii classes (#1742)
|
2024-01-02 13:47:01 +01:00 |
|
github-actions[bot]
|
2cc4dbdbca
|
Update Vulkan-Headers to v1.3.274 (#1754)
Co-authored-by: GitHub <noreply@github.com>
|
2024-01-02 13:10:46 +01:00 |
|
github-actions[bot]
|
170a000750
|
Update Vulkan-Headers to v1.3.273 (#1748)
Co-authored-by: GitHub <noreply@github.com>
|
2023-12-13 13:32:34 +01:00 |
|
GitHub
|
f28803081e
|
Update Vulkan-Headers to v1.3.271
|
2023-11-28 05:51:00 -08:00 |
|
github-actions[bot]
|
9c15a1e1ef
|
Update Vulkan-Headers to v1.3.269 (#1707)
Co-authored-by: GitHub <noreply@github.com>
|
2023-10-23 13:58:24 +02:00 |
|
github-actions[bot]
|
d8d8b53a31
|
Update Vulkan-Headers to v1.3.267 (#1681)
Co-authored-by: GitHub <noreply@github.com>
|
2023-10-09 10:15:08 +02:00 |
|
Andreas Süßenbach
|
f97633a220
|
Extend command generation to support not returning some return stuff and not templatizing a void pointer. (#1666)
|
2023-10-02 14:57:52 +02:00 |
|
github-actions[bot]
|
7b70ce4831
|
Update Vulkan-Headers to v1.3.266 (#1670)
Co-authored-by: GitHub <noreply@github.com>
|
2023-10-02 10:43:10 +02:00 |
|
github-actions[bot]
|
68052d9343
|
Update Vulkan-Headers to v1.3.260 (#1629)
Co-authored-by: GitHub <noreply@github.com>
|
2023-07-31 13:37:47 +02:00 |
|
github-actions[bot]
|
48b4b6f985
|
Update Vulkan-Headers to v1.3.259 (#1626)
Co-authored-by: GitHub <noreply@github.com>
|
2023-07-24 10:39:52 +02:00 |
|
github-actions[bot]
|
3d95b910da
|
Update Vulkan-Headers to v1.3.255 (#1604)
Co-authored-by: GitHub <noreply@github.com>
|
2023-06-26 14:12:49 +02:00 |
|
Andreas Süßenbach
|
9f89f760a6
|
Update Vulkan-Headers to v1.3.254 (#1596)
|
2023-06-19 15:02:19 +02:00 |
|
Andreas Süßenbach
|
c55cf16397
|
Fix wrong usage of 'structureChains' in generating functions returning a StructureChain and a vector of data. (#1594)
|
2023-06-19 12:46:04 +02:00 |
|
Andreas Süßenbach
|
bc19e479f9
|
Fix determination of StructureChainAllocater usage for returned parameters. (#1591)
|
2023-06-13 14:24:10 +02:00 |
|
GitHub
|
0ab2f4a18a
|
Update Vulkan-Headers to v1.3.253
|
2023-06-11 16:53:55 +02:00 |
|
github-actions[bot]
|
d4d0ac4859
|
Update Vulkan-Headers to v1.3.250 (#1574)
Co-authored-by: GitHub <noreply@github.com>
|
2023-05-08 11:07:25 +02:00 |
|
Andreas Süßenbach
|
6bf5c311b2
|
Add support for a new class of functions (#1570)
plus refactor returnType generation
|
2023-04-26 10:56:57 +02:00 |
|
Andreas Süßenbach
|
95c622a64f
|
Extend support of some special type of functions. (#1567)
|
2023-04-24 18:06:06 +02:00 |
|
Andreas Süßenbach
|
678295aa75
|
Update Vulkan-Headers to v1.3.246 (#1551)
|
2023-04-03 13:29:44 +02:00 |
|
github-actions[bot]
|
1bd3877dcc
|
Update Vulkan-Headers to v1.3.244 (#1535)
Co-authored-by: GitHub <noreply@github.com>
|
2023-03-20 10:03:08 +01:00 |
|
Andreas Süßenbach
|
f4b679c7e7
|
First step in generalizing handling of attribute "altLen". (#1528)
|
2023-03-09 10:04:33 +01:00 |
|
Andreas Süßenbach
|
9e66a8886a
|
Refactor reading procedures (#1521)
|
2023-03-01 10:17:02 +01:00 |
|
github-actions[bot]
|
3853394ffa
|
Update Vulkan-Headers to v1.3.241 (#1516)
Co-authored-by: GitHub <noreply@github.com>
|
2023-02-21 11:20:28 +01:00 |
|
Andreas Süßenbach
|
e40e6b641e
|
Update Vulkan-Headers to v1.3.239 (#1489)
|
2023-01-23 10:37:51 +01:00 |
|
Andreas Süßenbach
|
5e8166e284
|
Handle potential shadowing of function parameter name "objectType" with class member. (#1476)
|
2023-01-09 11:32:23 +01:00 |
|
github-actions[bot]
|
e4b8afe005
|
Update Vulkan-Headers to v1.3.238 (#1472)
Co-authored-by: GitHub <noreply@github.com>
|
2022-12-20 17:48:45 +01:00 |
|
github-actions[bot]
|
d3728e63a1
|
Update Vulkan-Headers to v1.3.237 (#1466)
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Andreas Süßenbach <asuessenbach@nvidia.com>
|
2022-12-12 10:13:44 +01:00 |
|
GitHub
|
fb561d8092
|
Update Vulkan-Headers to v1.3.236
|
2022-12-06 00:11:19 +00:00 |
|
asuessenbach
|
561354a79b
|
Unify command set handling.
|
2022-11-29 13:38:36 +01:00 |
|
GitHub
|
aed619647c
|
Update Vulkan-Headers to v1.3.235
|
2022-11-18 00:12:31 +00:00 |
|
GitHub
|
92c36643f1
|
Update Vulkan-Headers to v1.3.233
|
2022-11-07 00:12:52 +00:00 |
|
GitHub
|
3b5961d5ce
|
Update Vulkan-Headers to v1.3.230
|
2022-09-30 00:20:29 +00:00 |
|
GitHub
|
917ba7cbb0
|
Update Vulkan-Headers to v1.3.229
|
2022-09-23 00:12:32 +00:00 |
|
asuessenbach
|
34725b3192
|
Introduce helper class vk::StridedArrayProxy; use it on functions with parameters having the 'stride' attribute.
|
2022-09-12 16:53:44 +02:00 |
|
GitHub
|
5c406ec531
|
Update Vulkan-Headers to v1.3.226
|
2022-09-02 00:12:10 +00:00 |
|
GitHub
|
33dad92cec
|
Update Vulkan-Headers to v1.3.225
|
2022-08-24 08:40:49 +02:00 |
|
GitHub
|
3e449ebc53
|
Update Vulkan-Headers to v1.3.222
|
2022-07-22 00:12:13 +00:00 |
|