PFNGLGETSHADERPRECISIONFORMATPROC typedef

PFNGLGETSHADERPRECISIONFORMATPROC = Void Function(Uint32 shadertype, Uint32 precisiontype, Pointer<Int32> range, Pointer<Int32> precision)

Implementation

typedef PFNGLGETSHADERPRECISIONFORMATPROC =
    Void Function(
      Uint32 shadertype,
      Uint32 precisiontype,
      Pointer<Int32> range,
      Pointer<Int32> precision,
    );