Add a todo comment about intput_slots_valid in the FS shader key

This commit is contained in:
Jason Ekstrand 2015-10-23 21:30:38 -07:00
parent ab6ed2e1ac
commit 37b6afb3d9

View file

@ -305,6 +305,8 @@ populate_wm_prog_key(const struct brw_device_info *devinfo,
populate_sampler_prog_key(devinfo, &key->tex);
/* TODO: Fill out key->input_slots_valid */
/* Vulkan doesn't specify a default */
key->high_quality_derivatives = false;