Home
last modified time | relevance | path

Searched defs:CommandDataContainer (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/
H A Dgpu_thread.h92 struct CommandDataContainer { struct
95 explicit CommandDataContainer(CommandData&& data_, u64 next_fence_) in CommandDataContainer() function
106 using CommandQueue = Common::MPSCQueue<CommandDataContainer>; argument