PFNGLTEXSUBIMAGE3DEXTPROCDart typedef

PFNGLTEXSUBIMAGE3DEXTPROCDart = void Function(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef PFNGLTEXSUBIMAGE3DEXTPROCDart =
    void Function(
      int target,
      int level,
      int xoffset,
      int yoffset,
      int zoffset,
      int width,
      int height,
      int depth,
      int format,
      int type,
      Pointer<NativeType> pixels,
    );