Extract and reorganize texture resource classes

This commit is contained in:
Hendrik Brucker
2023-07-11 22:29:09 +02:00
parent 0f7625ab46
commit 7e21eb7e00
106 changed files with 5018 additions and 4257 deletions

View File

@ -32,6 +32,7 @@
#include "core/config/project_settings.h"
#include "core/os/os.h"
#include "scene/resources/image_texture.h"
#ifdef _MSC_VER
#pragma warning(push)

View File

@ -43,6 +43,8 @@
#include <theora/theoradec.h>
#include <vorbis/codec.h>
class ImageTexture;
//#define THEORA_USE_THREAD_STREAMING
class VideoStreamPlaybackTheora : public VideoStreamPlayback {