PFNGLCOMPRESSEDTEXIMAGE3DARBPROC typedef

PFNGLCOMPRESSEDTEXIMAGE3DARBPROC = Void Function(Uint32 target, Int32 level, Uint32 internalformat, Uint32 width, Uint32 height, Uint32 depth, Int32 border, Uint32 imageSize, Pointer<NativeType> data)

Implementation

typedef PFNGLCOMPRESSEDTEXIMAGE3DARBPROC =
    Void Function(
      Uint32 target,
      Int32 level,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
      Uint32 depth,
      Int32 border,
      Uint32 imageSize,
      Pointer<NativeType> data,
    );