Shader/SpirvWriter: Fix Image not registering Float as a dependent type
This commit is contained in:
parent
044195b209
commit
0cc392b78f
|
|
@ -231,7 +231,7 @@ namespace Nz
|
|||
|
||||
void Register(const Image& image)
|
||||
{
|
||||
Register(image.sampledType);
|
||||
cache.Register(*image.sampledType);
|
||||
}
|
||||
|
||||
void Register(const Function& func)
|
||||
|
|
|
|||
Loading…
Reference in New Issue