Bugzilla – Attachment 398 Details for
Bug 651
GL_INVALID_ENUM raised with glGetInteger(GL_MAX_TEXTURE_IMAGE_UNITS, ...) w/ Mesa3D 9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
Context-independent rendering function
units.c (text/plain), 240 bytes, created by
Mark Raynsford
on 2012-12-08 13:02:26 CET
(
hide
)
Description:
Context-independent rendering function
Filename:
MIME Type:
Creator:
Mark Raynsford
Created:
2012-12-08 13:02:26 CET
Size:
240 bytes
patch
obsolete
>#include <stdio.h> >#include <GL/glx.h> >#include <GL/gl.h> > >void >testTextureUnits(void) >{ > int n; > > glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS, &n); > fprintf(stderr, "GL_MAX_TEXTURE_IMAGE_UNITS: %x %d\n", GL_MAX_TEXTURE_IMAGE_UNITS, n); >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 651
:
394
|
395
|
396
|
397
| 398 |
399