Bugzilla – Attachment 144 Details for
Bug 400
typo in CLGLTexture2d with texture id
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
clgltexture2d.diff (text/plain), 729 bytes, created by
notzed
on 2010-06-24 06:41:19 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
notzed
Created:
2010-06-24 06:41:19 CEST
Size:
729 bytes
patch
obsolete
>diff --git a/src/com/jogamp/opencl/gl/CLGLTexture2d.java b/src/com/jogamp/opencl/gl/CLGLTexture2d.java >index 88b3228..7882cf9 100644 >--- a/src/com/jogamp/opencl/gl/CLGLTexture2d.java >+++ b/src/com/jogamp/opencl/gl/CLGLTexture2d.java >@@ -42,7 +42,7 @@ public class CLGLTexture2d<B extends Buffer> extends CLGLImage2d<B> implements C > int width = (int)accessor.getLong(CL_IMAGE_WIDTH); > int height = (int)accessor.getLong(CL_IMAGE_HEIGHT); > >- return new CLGLTexture2d<B>(context, directBuffer, format, accessor, target, mipLevel, width, height, id, width, flags); >+ return new CLGLTexture2d<B>(context, directBuffer, format, accessor, target, mipLevel, width, height, id, texture, flags); > > } >
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 400
: 144