We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944094d commit 70d94d2Copy full SHA for 70d94d2
4 files changed
gapis/api/vulkan/buffer_command.go
@@ -28,8 +28,8 @@ type CommandBufferCommand struct {
28
}
29
30
type QueuedCommand struct {
31
- initialCall *api.Cmd
32
- submit *api.Cmd
+ initialCall api.Cmd
+ submit api.Cmd
33
submissionIndex []uint64
34
actualSubmission bool
35
0 commit comments