Opened 5 years ago
Closed 5 years ago
#19347 closed defect (duplicate)
Opengl : glCreateShader not implemented on platform x86
Reported by: | Sizy458 | Owned by: | |
---|---|---|---|
Component: | guest additions/x11/graphics | Version: | VirtualBox 6.0.16 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | other |
Description
Hello
Runtime opengl 2.1 is implemented on x64 but NOT implemented on x86.
See export function vboxgl.dll.
void *p=wglGetProcAddress("glCreateShader");
p is equal at NULL on x86 and not equal at NULL on x64.
Problem since on virtualbox addition version 5.2.x and 6.x
Please solve this problem on virtualbox 6.0.18.
Opengl 2.1 is unavailable on video mode vboxsvga.
Please solve it on later version virtualbox
Thank.
Note:
See TracTickets
for help on using tickets.
Duplicate of #19349.