We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6468c49 commit ac6cc63Copy full SHA for ac6cc63
engine/gpu/compute_shader_resource.h
@@ -2,6 +2,7 @@
2
#define VOXEL_COMPUTE_SHADER_RESOURCE_H
3
4
#include "../../util/containers/span.h"
5
+#include "../../util/godot/classes/ref_counted.h"
6
#include "../../util/godot/core/packed_byte_array.h"
7
#include "../../util/godot/core/rid.h"
8
#include "../../util/macros.h"
engine/gpu/gpu_task_runner.cpp
@@ -1,6 +1,7 @@
1
#include "gpu_task_runner.h"
#include "../../util/dstack.h"
#include "../../util/errors.h"
+#include "../../util/godot/classes/rd_sampler_state.h"
#include "../../util/godot/classes/rendering_device.h"
#include "../../util/godot/classes/rendering_server.h"
#include "../../util/math/funcs.h"
0 commit comments