Fix or workaround recent extension API compatibility issues

- Add compatibility methods for `RenderingDevice::shader_create_from_bytecode`
  and `CodeEdit::get_text_for_symbol_loopup`.
- Silence errors which now have compatibility methods.
- Acknowledge GraphEdit/GraphNode compat breakage, intended and WIP.
This commit is contained in:
Rémi Verschelde 2023-08-02 14:45:44 +02:00
parent dc05278b03
commit 858e8748e8
No known key found for this signature in database
GPG key ID: C3336907360768E1
9 changed files with 158 additions and 14 deletions

View file

@ -29,6 +29,7 @@
/**************************************************************************/
#include "rendering_device.h"
#include "rendering_device.compat.inc"
#include "rendering_device_binds.h"