Expose GPUTexture::DownloadData to Scripting API

This commit is contained in:
2023-09-19 21:23:54 +03:00
parent c5c440469e
commit 8f613774cb
6 changed files with 60 additions and 29 deletions

View File

@@ -97,6 +97,6 @@ public:
private:
#if USE_EDITOR
bool OnInitLightmap(class TextureData& image);
bool OnInitLightmap(struct TextureData& image);
#endif
};