C# 클래스 TensorFlowLite.DisposeUtil

파일 보기 프로젝트 열기: FrankSpalteholz/UnityMediapipeIris

공개 메소드들

메소드 설명
TryDispose ( ComputeBuffer buf ) : void
TryDispose ( Material mat ) : void
TryDispose ( RenderTexture tex ) : void
TryDispose ( Texture2D tex ) : void

메소드 상세

TryDispose() 공개 정적인 메소드

public static TryDispose ( ComputeBuffer buf ) : void
buf ComputeBuffer
리턴 void

TryDispose() 공개 정적인 메소드

public static TryDispose ( Material mat ) : void
mat Material
리턴 void

TryDispose() 공개 정적인 메소드

public static TryDispose ( RenderTexture tex ) : void
tex RenderTexture
리턴 void

TryDispose() 공개 정적인 메소드

public static TryDispose ( Texture2D tex ) : void
tex Texture2D
리턴 void