Open
Conversation
Mirrors the pipeline modifications with dynamic state for Highlight Draw, Depth, Stencil, Backface Cull, and Viewport Scissor
* Also centralises and shares more code between D3D11 and D3D12 to use the same shader
* Buitins can either be thread-varying or global, we pick the narrowest type to use
Similar on d3d12_mesh_shader test, move some helper code from d3d12_mesh_shader python to testcase.py to allow for sharing with vk_mesh_shader python
To test the DXIL debugger
To test the DXIL debugger
To test the DXIL debugger
To test the DXIL debugger
To test the DXIL debugger and added a test of dynamic SRV array index
New pixel shader for testing which does not contain resource references Added new tests for ddx, ddy and discard
Subtract the base register away from the register to show the correct array index
For a dynamic index resolve the name to the actual array index i.e. res2[1] instead of res2[_70 - 7]
Resolve the cbuffer resource names correctly to show the correct data in the "Constants" view in the Shader Viewer UI Add a cbuffer reference mapping from SSA Id handles to: constantBufferIndex and arrayIndex Change constantBlocksDatas to be a map from a cbuffer reference to a bytebuf
i.e. Texture2DArray<float> resArray[] : register(t0);
Tests for ShaderLab debugging added
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.