KhronosGroup / WebCL-conformance

WebCL conformance tests
20 stars 15 forks source link

Cube map texture is used before prepared. #83

Closed alldne closed 9 years ago

alldne commented 9 years ago

If a cube map texture is passed through WebCLContext.createFromGLTexture() before initialized, an exception 'INVALID_GL_OBJECT' occurs.

mikeseven commented 9 years ago

changes looks good to me.