← 返回首页
Conditionally use split barriers for UAV->SRV transition by billkris-ms · Pull Request #952 · microsoft/DirectX-Graphics-Samples · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Conditionally use split barriers for UAV->SRV transition#952

Open
billkris-ms wants to merge 1 commit into
masterfrom
billkris/nbody-split-barriers
Open

Conditionally use split barriers for UAV->SRV transition#952
billkris-ms wants to merge 1 commit into
masterfrom
billkris/nbody-split-barriers

Conversation

Copy link
Copy Markdown

Fills a sample hole for using split enhanced barriers.

…aveIntrinsics Enabled when supported by driver
billkris-ms force-pushed the billkris/nbody-split-barriers branch from 9a0163d to 533072f Compare April 10, 2026 19:40
m_commandList->OMSetRenderTargets(1, &pass2RtvHandle, FALSE, nullptr);

// Record commands.
m_commandList->ClearRenderTargetView(pass2RtvHandle, clearColor, 0, nullptr);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

Looks like this is the only op that's now able to execute inside the split? Better than nothing but I feel like there must be some sample that can have a bigger split than this :)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Footer

© 2026 GitHub, Inc.