resourceName | 要进行绑定的本地资源的名称。 |
nameID | 如 Shader.PropertyToID 给定的本地资源的 ID。 |
globalTextureName | 要绑定到本地资源的全局资源的名称。 |
globalTextureNameID | 如 Shader.PropertyToID 给定的全局资源的 ID。 |
将全局纹理资源绑定到 RayTracingShader 的本地纹理资源。
The global texture must be previously set using Shader.SetGlobalTexture.