PFNGLTEXTURESUBIMAGE3DEXTPROC typedef

PFNGLTEXTURESUBIMAGE3DEXTPROC = Void Function(Uint32 texture, Uint32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Uint32 width, Uint32 height, Uint32 depth, Uint32 format, Uint32 type, Pointer<NativeType> pixels)

Implementation

typedef PFNGLTEXTURESUBIMAGE3DEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Int32 level,
      Int32 xoffset,
      Int32 yoffset,
      Int32 zoffset,
      Uint32 width,
      Uint32 height,
      Uint32 depth,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> pixels,
    );