PFNGLFRAMEBUFFERSAMPLEPOSITIONSFVAMDPROC typedef
        PFNGLFRAMEBUFFERSAMPLEPOSITIONSFVAMDPROC =
     Void Function(Uint32 target, Uint32 numsamples, Uint32 pixelindex, Pointer<Float>  values)
    
    
    
Implementation
typedef PFNGLFRAMEBUFFERSAMPLEPOSITIONSFVAMDPROC =
    Void Function(
      Uint32 target,
      Uint32 numsamples,
      Uint32 pixelindex,
      Pointer<Float> values,
    );