- Home /
Raytracing shader pass coundn't be found.
When I marked my shader pass as a raytracing shader pass using "#pragma raytracing surface_shader". The "Material.FindPass()" will return -1. It will get the correctly result when I disable the "#pragma". Is there some restriction on the ray tracing shader pass?
Comment