PFNGLTEXTUREIMAGE2DEXTPROCDart typedef

PFNGLTEXTUREIMAGE2DEXTPROCDart = void Function(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef PFNGLTEXTUREIMAGE2DEXTPROCDart =
    void Function(
      int texture,
      int target,
      int level,
      int internalformat,
      int width,
      int height,
      int border,
      int format,
      int type,
      Pointer<NativeType> pixels,
    );