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