Reusing descriptor sets with different per-entry point ParameterBlock assignments? #7062
Unanswered
InsightGit
asked this question in
Q&A
Replies: 1 comment
-
@InsightGit Looking at Slang Playground, it looks like they're now both taking descriptor set 0. I realize this was an old question.. Can I assume this has been resolved? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I wanted to ask if it's possible to do something like this:
within the same module and have
input1
andinput2
both take descriptor set 0 (as they are the only data being used for each entry point), or would I have to split up the entrypoints into different modules in order to get this behavior? Right now, with that code on the Playground, input1 gets descriptor set 0, but input2 gets descriptor set 1.If I have to split up the entrypoints into different modules to get this behavior, is this because of an intentional design decision or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions