You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
500B

  1. WGL_I3D_image_buffer
  2. http://www.opengl.org/registry/specs/I3D/wgl_image_buffer.txt
  3. WGL_I3D_image_buffer
  4. WGL_IMAGE_BUFFER_MIN_ACCESS_I3D 0x00000001
  5. WGL_IMAGE_BUFFER_LOCK_I3D 0x00000002
  6. BOOL wglAssociateImageBufferEventsI3D (HDC hdc, HANDLE* pEvent, LPVOID *pAddress, DWORD *pSize, UINT count)
  7. LPVOID wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags)
  8. BOOL wglDestroyImageBufferI3D (HDC hDC, LPVOID pAddress)
  9. BOOL wglReleaseImageBufferEventsI3D (HDC hdc, LPVOID* pAddress, UINT count)