Пример #1
0
static int shader_action_parameter_select(const char *path, const char *label, unsigned type,
      size_t idx)
{
#ifdef HAVE_SHADER_MANAGER
   return shader_action_parameter_right(type, label, true);
#else
   return 0;
#endif
}
Пример #2
0
static int shader_action_parameter_select(const char *path, const char *label, unsigned type,
      size_t idx)
{
   return shader_action_parameter_right(type, label, true);
}