Wgl.ChoosePixelFormatEXT

Commands for WGL_EXT_pixel_format

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

Meta