mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Implement sparse bundle PCK support.
This commit is contained in:
committed by
Rémi Verschelde
parent
d89f4ab32f
commit
42733a2a5c
@@ -73,6 +73,7 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
};
|
||||
|
||||
struct APKExportData {
|
||||
EditorExportPlatform::PackData pd;
|
||||
zipFile apk;
|
||||
EditorProgress *ep = nullptr;
|
||||
};
|
||||
@@ -193,6 +194,8 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
|
||||
bool _uses_vulkan(const Ref<EditorExportPreset> &p_preset) const;
|
||||
|
||||
Error _generate_sparse_pck_metadata(const Ref<EditorExportPreset> &p_preset, PackData &p_pack_data, Vector<uint8_t> &r_data);
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user