PFNGLCOMPRESSEDTEXIMAGE3DARBPROCDart typedef

PFNGLCOMPRESSEDTEXIMAGE3DARBPROCDart = void Function(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Pointer<NativeType> data)

Implementation

typedef PFNGLCOMPRESSEDTEXIMAGE3DARBPROCDart =
    void Function(
      int target,
      int level,
      int internalformat,
      int width,
      int height,
      int depth,
      int border,
      int imageSize,
      Pointer<NativeType> data,
    );