GlTextureStorage3DMultisample typedef
GlTextureStorage3DMultisample =
void Function(int unit, int texture, int level, int layered, int layer, int access, int format)
Implementation
typedef GlTextureStorage3DMultisample = void Function(
int texture,
int samples,
int internalformat,
int width,
int height,
int depth,
int fixedsamplelocations);