Wgl.GetPixelFormatAttribfvARB

Commands for WGL_ARB_pixel_format

  1. BOOL GetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const(int)* piAttributes, int* piValues)
  2. BOOL GetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const(int)* piAttributes, FLOAT* pfValues)
    class Wgl
    const
    BOOL
    GetPixelFormatAttribfvARB
    (
    HDC hdc
    ,,,,
    const(int)* piAttributes
    ,
    FLOAT* pfValues
    )
  3. BOOL ChoosePixelFormatARB(HDC hdc, const(int)* piAttribIList, const(FLOAT)* pfAttribFList, UINT nMaxFormats, int* piFormats, UINT* nNumFormats)

Meta