Skip to content

Commit 5c8862a

Browse files
authored
Add support for Vulkan Video, miscellaneous codegen bugfixes (#455)
* Closes #450 * Fix constant-only classes not being written (D3DCommon) * Fix Vulkan parametered counts being misrecognised as computed counts * Span overloads with implicit counts * Only output SilkTouch plumbing if a class actually uses SilkTouch * Fix #470 * Fix #469 * vk_video bindings * Add support for bitfields (fixes #472), parse Vulkan enums as 64-bit * Bitfield fixes
1 parent a91a2ea commit 5c8862a

File tree

557 files changed

+85387
-1857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+85387
-1857
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "build/submodules/SDL"]
22
path = build/submodules/SDL
33
url = https://github.com/libsdl-org/SDL
4+
[submodule "build/submodules/Vulkan-Headers"]
5+
path = build/submodules/Vulkan-Headers
6+
url = https://github.com/KhronosGroup/Vulkan-Headers

build/cache/assimp.json.gz

0 Bytes
Binary file not shown.

build/cache/cl.json.gz

256 Bytes
Binary file not shown.

build/cache/core.json.gz

3 Bytes
Binary file not shown.

build/cache/d3d11.json.gz

465 Bytes
Binary file not shown.

build/cache/d3d12.json.gz

886 Bytes
Binary file not shown.

build/cache/d3d9.json.gz

0 Bytes
Binary file not shown.

build/cache/d3dcompiler.json.gz

0 Bytes
Binary file not shown.

build/cache/dxc.json.gz

0 Bytes
Binary file not shown.

build/cache/dxgi.json.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)