Files
renderdoc/renderdoc/driver/shaders
baldurk c724778cb3 Give empty sources 'unnamed_shader' name after checking for empty name
* This means that truly empty sources with no name or source are still properly
  filtered out - which is how OpSource works. Sources that are empty but have a
  name (e.g. ones referenced by #line directives) will still be kept, and
  unnamed sources with contents will be kept and given the unnamed filename.
2024-04-01 14:22:34 +01:00
..