1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Allow for external python scripts to call the build python headers via external scripts

Change GLES3 to not use a relative path
Make the parameters more explicit and ensure the shaders generated are not using relative paths
This commit is contained in:
Bradley Clemetson
2023-03-19 21:01:58 -07:00
parent 550a779851
commit 2302c7102f
10 changed files with 44 additions and 22 deletions

View File

@@ -39,8 +39,8 @@
#include "storage/material_storage.h"
#include "storage/texture_storage.h"
#include "shaders/canvas.glsl.gen.h"
#include "shaders/canvas_occlusion.glsl.gen.h"
#include "drivers/gles3/shaders/canvas.glsl.gen.h"
#include "drivers/gles3/shaders/canvas_occlusion.glsl.gen.h"
class RasterizerSceneGLES3;