rayTracingShader | RayTracingShader to set parameter for. |
name | 着色器代码中的纹理变量的名称。 |
nameID | The ID of the property name for the texture in shader code. Use Shader.PropertyToID to get this ID. |
rt | 有关要设置的纹理值或标识符,请参阅 RenderTargetIdentifier。 |
添加用于在 RayTracingShader 中设置纹理参数的命令。
Only shaders defined in the .raytrace file can access the texture you designate as the argument for this method. To make this texture accessible to all ray tracing shader types (closest hit, any hit, or miss, for example), call the CommandBuffer.SetGlobalTexture method instead.