Skip to main content

TexImage2D Method

Definition

Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)

public void TexImage2D(
int target,
int level,
int internalFormat,
int width,
int height,
int border,
int format,
int type,
IntPtr data
)

Parameters

  Int32
 
  Int32
 
  Int32
 
  Int32
 
  Int32
 
  Int32
 
  Int32
 
  Int32
 
  IntPtr
 

See Also

Reference

GlInterface Class
Avalonia.OpenGL Namespace