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

Use Root Signature 1.1 on DX12 #6809

Open
cwfitzgerald opened this issue Dec 23, 2024 · 0 comments
Open

Use Root Signature 1.1 on DX12 #6809

cwfitzgerald opened this issue Dec 23, 2024 · 0 comments
Labels
api: dx12 Issues with DX12 or DXGI type: enhancement New feature or request

Comments

@cwfitzgerald
Copy link
Member

Root signature 1.1 includes a series of flags for all descriptor tables and root descriptors that tell you how volatile/static the descriptor and data is. We use descriptors rather conservatively, so this would give the implementation more to optimize with.

See also https://learn.microsoft.com/en-us/windows/win32/direct3d12/root-signature-version-1-1

@cwfitzgerald cwfitzgerald added type: enhancement New feature or request api: dx12 Issues with DX12 or DXGI labels Dec 23, 2024
@cwfitzgerald cwfitzgerald changed the title Use Root Signiture 1.1 on DX12 Use Root Signature 1.1 on DX12 Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: dx12 Issues with DX12 or DXGI type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant