Closed
Bug 1147752
Opened 10 years ago
Closed 10 years ago
Keep GL function prototypes consistent
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: u480271, Assigned: u480271)
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
(deleted),
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
fGetStringi is different to the rest.
Attachment #8584212 -
Flags: review?(jgilbert)
Comment 2•10 years ago
|
||
Comment on attachment 8584212 [details] [diff] [review]
Keep typedefs consistent.
Review of attachment 8584212 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/gl/GLContextSymbols.h
@@ +656,5 @@
> typedef void (GLAPIENTRY * PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset,
> GLint yoffset, GLint zoffset, GLint x,
> GLint y, GLsizei width, GLsizei height);
> PFNGLCOPYTEXSUBIMAGE3DPROC fCopyTexSubImage3D;
> + typedef void (GLAPIENTRY * PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat,
I suppose, yeah.
I may go through an translate these to pfnFuncNameT.
Attachment #8584212 -
Flags: review?(jgilbert) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•