shader: Address feedback + clang format

This commit is contained in:
lat9nq 2021-04-10 02:32:55 -04:00 committed by ameerj
parent 0bb85f6a75
commit 5bfcafa0a2
12 changed files with 22 additions and 24 deletions

View file

@ -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"