Skip to content

[spirv] Clarify error when Globals binding missing#4519

Merged
sudonatalie merged 1 commit intomicrosoft:mainfrom
sudonatalie:bind-globals
Jun 20, 2022
Merged

[spirv] Clarify error when Globals binding missing#4519
sudonatalie merged 1 commit intomicrosoft:mainfrom
sudonatalie:bind-globals

Conversation

@sudonatalie
Copy link
Copy Markdown
Collaborator

When -fvk-bind-register is used, all resource must have corresponding
register bindings set, including the Globals cbuffer. This change
clarifies the error message when the latter is the cause of failure and
directs the user to specify -fvk-bind-globals.

Fixes #3781

When -fvk-bind-register is used, all resource must have corresponding
register bindings set, including the Globals cbuffer. This change
clarifies the error message when the latter is the cause of failure and
directs the user to specify -fvk-bind-globals.

Fixes microsoft#3781
@AppVeyorBot
Copy link
Copy Markdown

@sudonatalie sudonatalie marked this pull request as ready for review June 20, 2022 13:43
@sudonatalie sudonatalie requested a review from kuhar June 20, 2022 13:44
@sudonatalie sudonatalie merged commit 72f7643 into microsoft:main Jun 20, 2022
@sudonatalie sudonatalie deleted the bind-globals branch June 20, 2022 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SPIR-V] $Globals constant buffer with -fvk-bind-register

3 participants