Opened 16 years ago
Closed 16 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 , 16 years ago
Summary: | ARB_fragment_program extension broken → ARB_fragment_program extension broken -> Fixed in SVN. |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thank you for the report, fixed in svn.