google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.86k stars 363 forks source link

Add an API to set descriptor set and binding of default uniform block #1437

Open Akaricchi opened 4 months ago

Akaricchi commented 4 months ago

This is for the relaxed Vulkan rules mode.

google-cla[bot] commented 4 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Akaricchi commented 3 months ago

I have signed the CLA, see here: https://github.com/google/shaderc/pull/1437/checks?check_run_id=27778572097

I don't know why the bot's comment is still up.

I'll see about adding the tests and CLI tomorrow.