Support for rendering sub-elements with proper offset

This commit is contained in:
Olivier Goffart 2020-05-12 15:38:50 +02:00
parent 6e794bec18
commit 638c445cf9
7 changed files with 72 additions and 54 deletions

View file

@ -1,9 +1,11 @@
using str = char; // FIXME: this is just required because of something wrong
// with &str in cbindgen, but one should not have &str anyway
namespace sixtyfps::internal {
// Workaround https://github.com/eqrion/cbindgen/issues/43
struct ComponentType;
} // namespace sixtyfps::internal
}
#include "sixtyfps_gl_internal.h"
#include "sixtyfps_internal.h"