webcl-translator icon indicating copy to clipboard operation
webcl-translator copied to clipboard

Provide Verbose Message when structs are encountered as args to kernels

Open steveneliuk opened this issue 11 years ago • 2 comments

See section 7 of the working draft, https://cvs.khronos.org/svn/repos/registry/trunk/public/webcl/spec/latest/index.html#7

Just so one doesnt get hung up on this in the future,

There are likely others in section 7 we should account for,

steveneliuk avatar Oct 21 '13 22:10 steveneliuk

For the moment I have a general warning when the Kernel Parse find some unknown type that include struct.

But I can't make an assert because could be work like Mandelbulb demo

wolfviking0 avatar Oct 22 '13 16:10 wolfviking0

for cross-browser / platform / drive safety, assert is advisable, I would say.

tonikitoo avatar Nov 14 '13 18:11 tonikitoo