PFNGLCLEARTEXIMAGEPROC typedef

PFNGLCLEARTEXIMAGEPROC = Void Function(Uint32 texture, Int32 level, Uint32 format, Uint32 type, Pointer<NativeType> data)

Implementation

typedef PFNGLCLEARTEXIMAGEPROC =
    Void Function(
      Uint32 texture,
      Int32 level,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> data,
    );