Method SetGlobalTexture
SetGlobalTexture(string, TextureHandle)
Wraps SetGlobalTexture on a CommandBuffer.
Declaration
public void SetGlobalTexture(string name, TextureHandle value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| TextureHandle | value |
Implements
SetGlobalTexture(int, TextureHandle)
Wraps SetGlobalTexture on a CommandBuffer.
Declaration
public void SetGlobalTexture(int nameID, TextureHandle value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | nameID | |
| TextureHandle | value |
Implements
SetGlobalTexture(string, TextureHandle, RenderTextureSubElement)
Wraps SetGlobalTexture on a CommandBuffer.
Declaration
public void SetGlobalTexture(string name, TextureHandle value, RenderTextureSubElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| TextureHandle | value | |
| RenderTextureSubElement | element |
Implements
SetGlobalTexture(int, TextureHandle, RenderTextureSubElement)
Wraps SetGlobalTexture on a CommandBuffer.
Declaration
public void SetGlobalTexture(int nameID, TextureHandle value, RenderTextureSubElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| int | nameID | |
| TextureHandle | value | |
| RenderTextureSubElement | element |