DeleteTexture Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public void DeleteTexture(
int texture
)
Public Sub DeleteTexture (
texture As Integer
)
member DeleteTexture :
texture : int -> unit