Version: 2019.4
Experimental: this API is experimental and might be changed or removed in the future.

RayTracingShader.SetTextureFromGlobal

マニュアルに切り替える
public void SetTextureFromGlobal (int nameID, int globalTextureNameID);
public void SetTextureFromGlobal (string resourceName, string globalTextureName);

パラメーター

resourceNameThe name of the local resource targeted for binding.
nameIDThe ID of the local resource as given by Shader.PropertyToID.
globalTextureNameThe name of the global resource to bind to the local resource.
globalTextureNameIDThe ID of the global resource as given by Shader.PropertyToID.

説明

Binds a global texture resource to a local texture resource for this RayTracingShader.

If your shaders are not specifically authored to make use of Global Root Signatures, you must bind global resources to a given RayTracingShader as local resources.