GlCopyTextureImage1DEXTNative typedef
GlCopyTextureImage1DEXTNative =
Void Function(Uint32 texture, Uint32 target, Int32 level, Uint32 internalformat, Int32 x, Int32 y, Int32 width, Int32 border)
Implementation
typedef GlCopyTextureImage1DEXTNative = Void Function(
Uint32 texture,
Uint32 target,
Int32 level,
Uint32 internalformat,
Int32 x,
Int32 y,
Int32 width,
Int32 border);