VirtualBox

Opened 15 years ago

Closed 15 years ago

#3246 closed defect (fixed)

ARB_fragment_program extension broken -> Fixed in SVN.

Reported by: res Owned by:
Component: 3D support Version: VirtualBox 2.1.2
Keywords: Cc:
Guest type: Windows Host type: Linux

Description

ARB_fragment_program support is incomplete.

The following code leaves numTexCoords unitialized:

glGetIntegerv (GL_MAX_TEXTURE_COORDS_ARB, &numTexCoords);

The code is protected with a check whether the ARB_fragment_program extension is supported. The GL_MAX_TEXTURE_COORDS_ARB token is introduced in the ARB_fragment_program spec and thus should work when the extension is advertised.

Change History (2)

comment:1 by Leonid Lobachev, 15 years ago

Summary: ARB_fragment_program extension brokenARB_fragment_program extension broken -> Fixed in SVN.

Thank you for the report, fixed in svn.

comment:2 by Frank Mehnert, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use