Wgl.ChoosePixelFormatARB

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)
  3. BOOL ChoosePixelFormatARB(HDC hdc, const(int)* piAttribIList, const(FLOAT)* pfAttribFList, UINT nMaxFormats, int* piFormats, UINT* nNumFormats)
    class Wgl
    const
    BOOL
    ChoosePixelFormatARB
    (
    HDC hdc
    ,
    const(int)* piAttribIList
    ,
    const(FLOAT)* pfAttribFList
    ,,,)

Meta