Fix two multi-sample bugs: 1) include MS in name mangling, 2) add 'sample' argument texelFetch(*MS*,...).
This commit is contained in:
parent
dc9eff7221
commit
2b0a11351f
10 changed files with 74 additions and 71 deletions
|
|
@ -89,6 +89,8 @@ void TType::buildMangledName(TString& mangledName)
|
|||
case EsdBuffer: mangledName += "B"; break;
|
||||
default: break; // some compilers want this
|
||||
}
|
||||
if (sampler.ms)
|
||||
mangledName += "M";
|
||||
break;
|
||||
case EbtStruct:
|
||||
mangledName += "struct-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue