GlTexStorage2DMultisampleNative typedef
GlTexStorage2DMultisampleNative =
Void Function(Uint32 target, Int32 samples, Uint32 internalformat, Int32 width, Int32 height, Uint8 fixedsamplelocations)
Implementation
typedef GlTexStorage2DMultisampleNative = Void Function(
Uint32 target,
Int32 samples,
Uint32 internalformat,
Int32 width,
Int32 height,
Uint8 fixedsamplelocations);