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