Skip to content

Conversation

@hekota
Copy link
Member

@hekota hekota commented Dec 2, 2025

Somehow these slipped through the cracks in my previous change.

@hekota hekota requested a review from damyanp December 3, 2025 22:49
Comment on lines 1025 to 1026
ID3D12CommandList *CmdLists[] = {
IS.CmdList.Get()}; // NOLINT(misc-const-correctness)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
ID3D12CommandList *CmdLists[] = {
IS.CmdList.Get()}; // NOLINT(misc-const-correctness)
ID3D12CommandList * const CmdLists[] = { IS.CmdList.Get()} }

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