Workbench: Volume: Fix errors about unboud texture

This commit is contained in:
Clément Foucault
2022-04-18 16:08:03 +02:00
parent 6296cb5129
commit c2c17cc076

View File

@@ -55,7 +55,6 @@ GPU_SHADER_CREATE_INFO(workbench_volume_coba)
GPU_SHADER_CREATE_INFO(workbench_volume_no_coba)
.sampler(4, ImageType::FLOAT_3D, "shadowTexture")
.sampler(5, ImageType::UINT_2D, "transferTexture")
.push_constant(Type::VEC3, "activeColor");
/** \} */