src/video_core/shader_notify.cpp: In member function 'void VideoCore::ShaderNotify::MarkShaderComplete()': src/video_core/shader_notify.cpp:33:10: error: 'unique_lock' is not a member of 'std' 33 | std::unique_lock lock{mutex}; | ^~~~~~~~~~~ src/video_core/shader_notify.cpp:6:1: note: 'std::unique_lock' is defined in header '<mutex>'; did you forget to '#include <mutex>'? 5 | #include "video_core/shader_notify.h" +++ |+#include <mutex> 6 | src/video_core/shader_notify.cpp: In member function 'void VideoCore::ShaderNotify::MarkSharderBuilding()': src/video_core/shader_notify.cpp:38:10: error: 'unique_lock' is not a member of 'std' 38 | std::unique_lock lock{mutex}; | ^~~~~~~~~~~ src/video_core/shader_notify.cpp:38:10: note: 'std::unique_lock' is defined in header '<mutex>'; did you forget to '#include <mutex>'? |
||
---|---|---|
.. | ||
buffer_cache | ||
command_classes | ||
engines | ||
host_shaders | ||
macro | ||
renderer_opengl | ||
renderer_vulkan | ||
shader | ||
texture_cache | ||
textures | ||
vulkan_common | ||
cdma_pusher.cpp | ||
cdma_pusher.h | ||
CMakeLists.txt | ||
compatible_formats.cpp | ||
compatible_formats.h | ||
delayed_destruction_ring.h | ||
dirty_flags.cpp | ||
dirty_flags.h | ||
dma_pusher.cpp | ||
dma_pusher.h | ||
fence_manager.h | ||
framebuffer_config.h | ||
gpu_thread.cpp | ||
gpu_thread.h | ||
gpu.cpp | ||
gpu.h | ||
guest_driver.cpp | ||
guest_driver.h | ||
memory_manager.cpp | ||
memory_manager.h | ||
query_cache.h | ||
rasterizer_accelerated.cpp | ||
rasterizer_accelerated.h | ||
rasterizer_interface.h | ||
renderer_base.cpp | ||
renderer_base.h | ||
shader_cache.h | ||
shader_notify.cpp | ||
shader_notify.h | ||
surface.cpp | ||
surface.h | ||
video_core.cpp | ||
video_core.h |