Method RefreshSharedTextureDesc
RefreshSharedTextureDesc(TextureHandle, in TextureDesc)
Refresh a shared texture with a new descriptor.
Declaration
public void RefreshSharedTextureDesc(TextureHandle handle, in TextureDesc desc)
Parameters
Type | Name | Description |
---|---|---|
TextureHandle | handle | Shared texture that needs to be updated. |
TextureDesc | desc | New Descriptor for the texture. |