-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix WGSL parameter block binding. #5500
Conversation
@@ -87,9 +87,23 @@ void WGSLSourceEmitter::emitParameterGroupImpl( | |||
auto varLayout = getVarLayout(varDecl); | |||
SLANG_RELEASE_ASSERT(varLayout); | |||
|
|||
for (auto attr : varLayout->getOffsetAttrs()) | |||
EmitVarChain blockChain(varLayout); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're finally web3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're finally web3
Speaking of block chains...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not accountable for this. The code and naming is copied from the glsl implementation. I am curious who did this.
Closes #5222.