Skip to content

Commit

Permalink
vulkaninfo: Add video profiles support
Browse files Browse the repository at this point in the history
  • Loading branch information
aqnuep committed Dec 2, 2024
1 parent a2224ab commit d9a938b
Show file tree
Hide file tree
Showing 5 changed files with 4,128 additions and 414 deletions.
3 changes: 2 additions & 1 deletion scripts/kvt_genvk.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ def makeGenOpts(args):
apientry='VKAPI_CALL ',
apientryp='VKAPI_PTR *',
alignFuncParam=48,
expandEnumerants=False)
expandEnumerants=False,
registryFile=args.registry)
]


Expand Down
Loading

0 comments on commit d9a938b

Please sign in to comment.