GlTextureStorage3DMultisampleEXT typedef
GlTextureStorage3DMultisampleEXT =
void Function(int texture, int target, int samples, int internalformat, int width, int height, int depth, int fixedsamplelocations)
Implementation
typedef GlTextureStorage3DMultisampleEXT = void Function(
int texture,
int target,
int samples,
int internalformat,
int width,
int height,
int depth,
int fixedsamplelocations);