PFNGLCOMPRESSEDMULTITEXIMAGE3DEXTPROCDart typedef

PFNGLCOMPRESSEDMULTITEXIMAGE3DEXTPROCDart = void Function(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Pointer<NativeType> bits)

Implementation

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