Метод | Описание | |
---|---|---|
TryDispose ( ComputeBuffer buf ) : void | ||
TryDispose ( Material mat ) : void | ||
TryDispose ( RenderTexture tex ) : void | ||
TryDispose ( Texture2D tex ) : void |
public static TryDispose ( ComputeBuffer buf ) : void | ||
buf | ComputeBuffer | |
Результат | void |
public static TryDispose ( Material mat ) : void | ||
mat | Material | |
Результат | void |
public static TryDispose ( RenderTexture tex ) : void | ||
tex | RenderTexture | |
Результат | void |
public static TryDispose ( Texture2D tex ) : void | ||
tex | Texture2D | |
Результат | void |