mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 17:48:59 +02:00
shader: Address feedback + clang format
This commit is contained in:
parent
a4e7a41e7f
commit
5b95114cd4
12 changed files with 22 additions and 24 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/thread_worker.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue