GLScene icon indicating copy to clipboard operation
GLScene copied to clipboard

Wrong hpbufferarb type

Open smetz84 opened this issue 1 year ago • 0 comments

HPBUFFERARB is declared as HANDLE in OpenGL (see https://registry.khronos.org/OpenGL/extensions/ARB/WGL_ARB_pbuffer.txt).

The HPBUFFERARB type must be UINT_PTR (NativeUInt) to avoid 64-bit access violations.

smetz84 avatar Sep 21 '22 12:09 smetz84