gboisse/gfx

Raise error when parameter names are not found in a program

sayan1an opened this issue · 1 comments

gfxProgramSet*() functions should raise an error when parameter names are not found?

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).