diff --git a/intern/cycles/kernel/osl/services_gpu.h b/intern/cycles/kernel/osl/services_gpu.h index 473b0b95e03..34bfdef218d 100644 --- a/intern/cycles/kernel/osl/services_gpu.h +++ b/intern/cycles/kernel/osl/services_gpu.h @@ -1671,6 +1671,8 @@ OSL_NOISE_IMPL(osl_snoise, snoise) /* Texturing */ +ccl_device_extern void osl_init_texture_options(ccl_private ShaderGlobals *sg, void *opt) {} + ccl_device_extern ccl_private OSLTextureOptions *osl_get_texture_options( ccl_private ShaderGlobals *sg) {