GlTextureStorage3DMultisample typedef

GlTextureStorage3DMultisample = void Function(int texture, int samples, int internalformat, int width, int height, int depth, int fixedsamplelocations)

Implementation

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