Extract retained stroke preview pass orchestration plan
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <condition_variable>
|
||||
#include <deque>
|
||||
#include <mutex>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define GL(stmt) stmt; check_OpenGLError(#stmt, __FILE__, __LINE__);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user