Many fixes to make exported scenes work better, still buggy.
This commit is contained in:
@ -754,6 +754,12 @@ bool StreamTexture::has_alpha() const {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Image StreamTexture::get_data() const {
|
||||
|
||||
return VS::get_singleton()->texture_get_data(texture);
|
||||
}
|
||||
|
||||
void StreamTexture::set_flags(uint32_t p_flags){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user