Raise error when parameter names are not found in a program
sayan1an opened this issue · 1 comments
sayan1an commented
gfxProgramSet*() functions should raise an error when parameter names are not found?
gboisse commented
Mmh, this won't happen as there is no compilation involved during program creation. All shader compilation happens later upon creating the kernels.
The program vs. kernel aspect is a construct of this library (mimicking the OpenCL approach).