Skip to content

Failed to generate shader debug info #463

@Pommpy

Description

@Pommpy

I am running on Falcor 7.0 and failed to generate shader debug info after following #415 (I need the shader source code in Nsight Graphics).

All of the following did not work for me:

  1. Running Mogwai with ----debug-shaders
  2. desc.addCompilerArguments({"-Xdxc", "/Zi"});
  3. desc.setCompilerFlags(Falcor::SlangCompilerFlags::GenerateDebugInfo);
  4. Running Mogwai with ----debug-shaders and --shadercache=""

Both 3 and 4 raised the following error to me:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions