GlCompressedMultiTexImage3DEXTNative typedef
GlCompressedMultiTexImage3DEXTNative =
Void Function(Uint32 texunit, Uint32 target, Int32 level, Uint32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, Pointer<NativeType> bits)
Implementation
typedef GlCompressedMultiTexImage3DEXTNative = Void Function(
Uint32 texunit,
Uint32 target,
Int32 level,
Uint32 internalformat,
Int32 width,
Int32 height,
Int32 depth,
Int32 border,
Int32 imageSize,
Pointer bits);