Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling a single pixel shader using rga 2.9.1 is not generating pixel shader's asm #126

Open
DhritiKhanna opened this issue Feb 28, 2025 · 0 comments

Comments

@DhritiKhanna
Copy link

As given in this blog: https://gpuopen.com/learn/rga-2-9-1-single-d3d12-shader-compilation/
I am using the following command to compile a ps shader without a vs counterpart:

rga-windows-x64-2.9.1\rga.exe -s dx12 -c gfx1100 --ps "classic_ps.hlsl" --ps-entry "PsMain" --all-model 6_0 --autogen-dir "D:\IndividualWorkspaces\dhriti\TryingNewRGA\Generated" --isa "Out.isa"

What I get as an output is a vertex shader asm, but the pixel shader disassembly is missing. Is there something I am missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant