GlGetShaderPrecisionFormat typedef

GlGetShaderPrecisionFormat = void Function(int shadertype, int precisiontype, Pointer<Int32> range, Pointer<Int32> precision)

Implementation

typedef GlGetShaderPrecisionFormat = void Function(int shadertype,
    int precisiontype, Pointer<Int32> range, Pointer<Int32> precision);