Files
renderdoc/renderdoc
baldurk d0ba1dc010 Don't reject valid desc writes with immutable samplers. Refs #260
* Previously we were rejecting/ignoring any descriptor write that didn't
  have a valid sampler and imageview. But if the layout has immutable
  samplers we can allow any write that just has the imageview, and lets
  sampler be NULL.
2016-06-03 14:23:15 +02:00
..