Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_graphics_pipeline.h22 struct GraphicsPipelineCacheKey { struct
30 bool operator==(const GraphicsPipelineCacheKey& rhs) const noexcept; argument
40 static_assert(std::has_unique_object_representations_v<GraphicsPipelineCacheKey>); argument