mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 15:46:28 +00:00
Fix using NXT_PLATFORM without including Platform.h
This commit is contained in:
committed by
Corentin Wallez
parent
9d4b9ab313
commit
dab0638177
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#include "backend/opengl/ShaderModuleGL.h"
|
#include "backend/opengl/ShaderModuleGL.h"
|
||||||
|
|
||||||
|
#include "common/Platform.h"
|
||||||
|
|
||||||
#include <spirv-cross/spirv_glsl.hpp>
|
#include <spirv-cross/spirv_glsl.hpp>
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#include "utils/BackendBinding.h"
|
#include "utils/BackendBinding.h"
|
||||||
|
|
||||||
|
#include "common/Platform.h"
|
||||||
|
|
||||||
#include "GLFW/glfw3.h"
|
#include "GLFW/glfw3.h"
|
||||||
|
|
||||||
namespace backend {
|
namespace backend {
|
||||||
|
|||||||
Reference in New Issue
Block a user