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 authored and charles-lunarg committed Jan 6, 2025
1 parent 4c25e78 commit 315964a
Show file tree
Hide file tree
Showing 5 changed files with 4,130 additions and 416 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 315964a

Please sign in to comment.