VirtualBox

Ignore:
Timestamp:
Mar 5, 2010 2:13:31 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: add GL_ARB_pixel_buffer_object support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_limits.c

    r16574 r27091  
    300300        if (hasExtension((const char*)limits->extensions, "GL_ARB_vertex_buffer_object"))
    301301                extensions->ARB_vertex_buffer_object = GL_TRUE;
     302
     303        if (hasExtension((const char*)limits->extensions, "GL_ARB_pixel_buffer_object"))
     304                extensions->ARB_pixel_buffer_object = GL_TRUE;
    302305
    303306        if (hasExtension((const char*)limits->extensions, "GL_ARB_vertex_program"))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette