feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef LIGHT_STORAGE_DUMMY_H
|
||||
#define LIGHT_STORAGE_DUMMY_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/rendering/storage/light_storage.h"
|
||||
|
||||
|
|
@ -219,5 +218,3 @@ public:
|
|||
};
|
||||
|
||||
} // namespace RendererDummy
|
||||
|
||||
#endif // LIGHT_STORAGE_DUMMY_H
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ void MaterialStorage::global_shader_parameters_load_settings(bool p_load_texture
|
|||
|
||||
for (const PropertyInfo &E : settings) {
|
||||
if (E.name.begins_with("shader_globals/")) {
|
||||
StringName name = E.name.get_slice("/", 1);
|
||||
StringName name = E.name.get_slicec('/', 1);
|
||||
Dictionary d = GLOBAL_GET(E.name);
|
||||
|
||||
ERR_CONTINUE(!d.has("type"));
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef MATERIAL_STORAGE_DUMMY_H
|
||||
#define MATERIAL_STORAGE_DUMMY_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/rendering/shader_compiler.h"
|
||||
#include "servers/rendering/shader_language.h"
|
||||
|
|
@ -128,5 +127,3 @@ public:
|
|||
};
|
||||
|
||||
} // namespace RendererDummy
|
||||
|
||||
#endif // MATERIAL_STORAGE_DUMMY_H
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef MESH_STORAGE_DUMMY_H
|
||||
#define MESH_STORAGE_DUMMY_H
|
||||
#pragma once
|
||||
|
||||
#include "core/templates/rid_owner.h"
|
||||
#include "servers/rendering/storage/mesh_storage.h"
|
||||
|
|
@ -203,5 +202,3 @@ public:
|
|||
};
|
||||
|
||||
} // namespace RendererDummy
|
||||
|
||||
#endif // MESH_STORAGE_DUMMY_H
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef PARTICLES_STORAGE_DUMMY_H
|
||||
#define PARTICLES_STORAGE_DUMMY_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/rendering/storage/particles_storage.h"
|
||||
|
||||
|
|
@ -126,5 +125,3 @@ public:
|
|||
};
|
||||
|
||||
} // namespace RendererDummy
|
||||
|
||||
#endif // PARTICLES_STORAGE_DUMMY_H
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef TEXTURE_STORAGE_DUMMY_H
|
||||
#define TEXTURE_STORAGE_DUMMY_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/rendering/storage/texture_storage.h"
|
||||
|
||||
|
|
@ -215,5 +214,3 @@ public:
|
|||
};
|
||||
|
||||
} // namespace RendererDummy
|
||||
|
||||
#endif // TEXTURE_STORAGE_DUMMY_H
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef UTILITIES_DUMMY_H
|
||||
#define UTILITIES_DUMMY_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/rendering/storage/utilities.h"
|
||||
|
||||
|
|
@ -99,5 +98,3 @@ public:
|
|||
};
|
||||
|
||||
} // namespace RendererDummy
|
||||
|
||||
#endif // UTILITIES_DUMMY_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue