Bugzilla – Attachment 466 Details for
Bug 736
GLArrayDataServer.createData with dataType=GL_UNSIGNED_INT causing exception
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
uint.patch (text/plain), 378 bytes, created by
Petr Skramovsky
on 2013-05-15 22:13:05 CEST
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Petr Skramovsky
Created:
2013-05-15 22:13:05 CEST
Size:
378 bytes
patch
obsolete
>--- GLArrayDataWrapper.java 2013-05-15 17:28:38 +0200 >+++ GLArrayDataWrapper.java 2013-05-15 18:59:00 +0200 >@@ -247,6 +247,7 @@ > case GL.GL_UNSIGNED_SHORT: > return ShortBuffer.class; > case GL2ES1.GL_FIXED: >+ case GL.GL_UNSIGNED_INT: > return IntBuffer.class; > case GL.GL_FLOAT: > return FloatBuffer.class;
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 736
: 466