Extract and reorganize texture resource classes
This commit is contained in:
parent
0f7625ab46
commit
7e21eb7e00
106 changed files with 5018 additions and 4257 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "texture_loader_dds.h"
|
||||
|
||||
#include "core/io/file_access.h"
|
||||
#include "scene/resources/image_texture.h"
|
||||
|
||||
#define PF_FOURCC(s) ((uint32_t)(((s)[3] << 24U) | ((s)[2] << 16U) | ((s)[1] << 8U) | ((s)[0])))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue