Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CommandBuffer.SetGlobalTexture

Switch to Manual
public function SetGlobalTexture(name: string, value: Rendering.RenderTargetIdentifier): void;
public function SetGlobalTexture(nameID: int, value: Rendering.RenderTargetIdentifier): void;

Parameters

Description

Add a "set global shader texture property" command.

When the command buffer will be executed, a global shader texture property will be set at this point. The effect is as if Shader.SetGlobalTexture was called.