shader: Address feedback
This commit is contained in:
parent
080857b60e
commit
f69d0b91ff
4 changed files with 4 additions and 7 deletions
|
@ -341,7 +341,7 @@ void SetupCapabilities(const Profile& profile, const Info& info, EmitContext& ct
|
|||
if (!ctx.profile.xfb_varyings.empty()) {
|
||||
ctx.AddCapability(spv::Capability::TransformFeedback);
|
||||
}
|
||||
if (info.uses_derivates) {
|
||||
if (info.uses_derivatives) {
|
||||
ctx.AddCapability(spv::Capability::DerivativeControl);
|
||||
}
|
||||
// TODO: Track this usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue