Add custom texture create function
This commit is contained in:
parent
202e4b2c1e
commit
63d6e9c557
26 changed files with 1130 additions and 3 deletions
|
|
@ -210,9 +210,13 @@ public:
|
|||
|
||||
FUNC2(texture_set_path, RID, const String &)
|
||||
FUNC1RC(String, texture_get_path, RID)
|
||||
|
||||
FUNC1RC(Image::Format, texture_get_format, RID)
|
||||
|
||||
FUNC1(texture_debug_usage, List<TextureInfo> *)
|
||||
|
||||
FUNC2(texture_set_force_redraw_if_visible, RID, bool)
|
||||
FUNCRIDTEX2(texture_rd, const RID &, const RS::TextureLayeredType)
|
||||
FUNC2RC(RID, texture_get_rd_texture, RID, bool)
|
||||
FUNC2RC(uint64_t, texture_get_native_handle, RID, bool)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue