Several bugfixes, improving the import workflow
This commit is contained in:
@ -129,6 +129,11 @@ public:
|
||||
|
||||
virtual void texture_set_shrink_all_x2_on_set_data(bool p_enable)=0;
|
||||
|
||||
typedef void (*TextureDetectCallback)(void*);
|
||||
|
||||
virtual void texture_set_detect_3d_callback(RID p_texture,TextureDetectCallback p_callback,void* p_userdata)=0;
|
||||
virtual void texture_set_detect_srgb_callback(RID p_texture,TextureDetectCallback p_callback,void* p_userdata)=0;
|
||||
|
||||
struct TextureInfo {
|
||||
RID texture;
|
||||
Size2 size;
|
||||
@ -938,6 +943,8 @@ public:
|
||||
|
||||
virtual bool has_feature(Features p_feature) const=0;
|
||||
|
||||
virtual bool has_os_feature(const String& p_feature) const=0;
|
||||
|
||||
VisualServer();
|
||||
virtual ~VisualServer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user