mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
Add samples to BUILD.gn and their deps to DEPS
Also add missing GLFW DEPS entry
This commit is contained in:
committed by
Corentin Wallez
parent
d2969a7d3d
commit
4d7d1697fa
@@ -18,9 +18,9 @@
|
||||
#include "utils/SystemUtils.h"
|
||||
|
||||
#include <vector>
|
||||
#include <glm/glm/glm.hpp>
|
||||
#include <glm/glm/gtc/matrix_transform.hpp>
|
||||
#include <glm/glm/gtc/type_ptr.hpp>
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
||||
dawn::Device device;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
#include "SampleUtils.h"
|
||||
#include "../SampleUtils.h"
|
||||
|
||||
#include "common/Assert.h"
|
||||
#include "common/Math.h"
|
||||
@@ -36,6 +36,7 @@
|
||||
#define TINYGLTF_LOADER_IMPLEMENTATION
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#define PICOJSON_ASSERT ASSERT
|
||||
#undef __STDC_FORMAT_MACROS
|
||||
#include <tinygltfloader/tiny_gltf_loader.h>
|
||||
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
Reference in New Issue
Block a user