[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Public WebCL] WebCL syntax style?
- To: public_webcl@khronos.org
- Subject: [Public WebCL] WebCL syntax style?
- From: Evgeny Demidov <demidov@ipm.sci-nnov.ru>
- Date: Fri, 13 May 2011 16:29:55 +0400
- List-id: Public WebCL Mailing List <public_webcl.khronos.org>
- Organization: IPM RUS
- Sender: owner-public_webcl@khronos.org
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
hi,
In WebGL all OpenGL functions are methods of the "gl" object (e.g.
gl.createBuffer() ).
Why in the Nokia Research WebCL realization OpenCL functions are method
of "corresponding" objects ( clCreateBuffer(ctx, ...) becomes
ctx.createBuffer(...) )? Is it necessarily? Is it Nokia Research or
Khronos working group choice?
Evgeny
-----------------------------------------------------------
You are currently subscribed to public_webcl@khronos.org.
To unsubscribe, send an email to majordomo@khronos.org with
the following command in the body of your email:
unsubscribe public_webcl
-----------------------------------------------------------