SPV: Don't support noise*() when generating SPV.
This commit is contained in:
parent
af52799c2d
commit
2edde6665d
6 changed files with 32 additions and 8 deletions
|
|
@ -95,3 +95,11 @@ void callUserTexture()
|
|||
|
||||
gl_NumSamples; // ERROR, not for Vulkan
|
||||
}
|
||||
|
||||
void noise()
|
||||
{
|
||||
noise1(dv4);
|
||||
noise2(4.0);
|
||||
noise3(vec2(3));
|
||||
noise4(dv4);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue