GlTextureStorage3DMultisampleEXT typedef
GlTextureStorage3DMultisampleEXT =
void Function(int texunit, int target, int level, int internalformat, int x, int y, int width, int border)
Implementation
typedef GlTextureStorage3DMultisampleEXT = void Function(
int texture,
int target,
int samples,
int internalformat,
int width,
int height,
int depth,
int fixedsamplelocations);