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

gapis: Add 'Hidden' field to sync.Data #962

Merged
merged 1 commit into from
Aug 22, 2017

Conversation

ben-clayton
Copy link
Contributor

Let's you hide duplicate commands.

Let's you hide duplicate commands.
@@ -50,15 +50,19 @@ type Data struct {
SubcommandReferences map[api.CmdID][]SubcommandReference
// SubcommandGroups represents the last Subcommand in every command buffer.
SubcommandGroups map[api.CmdID][]api.SubCmdIdx
// Hidden contains all the commands that should be hidden from the regular
// command tree as they exist as a subcommand of another command.
Hidden api.CmdIDSet
Copy link
Contributor

Choose a reason for hiding this comment

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

Hooray, now we can hide our recreate- calls for Mid-Execution capture.

@ben-clayton ben-clayton merged commit f461ba0 into google:master Aug 22, 2017
@ben-clayton ben-clayton deleted the sync-hidden branch August 22, 2017 15:05
purvisa-at-google-com pushed a commit that referenced this pull request Sep 29, 2022
fix access flags
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.

None yet

2 participants