PFNGLCOMPRESSEDTEXTURESUBIMAGE3DEXTPROCDart typedef

PFNGLCOMPRESSEDTEXTURESUBIMAGE3DEXTPROCDart = void Function(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Pointer<NativeType> bits)

Implementation

typedef PFNGLCOMPRESSEDTEXTURESUBIMAGE3DEXTPROCDart =
    void Function(
      int texture,
      int target,
      int level,
      int xoffset,
      int yoffset,
      int zoffset,
      int width,
      int height,
      int depth,
      int format,
      int imageSize,
      Pointer<NativeType> bits,
    );