diff options
Diffstat (limited to 'modules/gltf/structures/gltf_buffer_view.h')
-rw-r--r-- | modules/gltf/structures/gltf_buffer_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gltf/structures/gltf_buffer_view.h b/modules/gltf/structures/gltf_buffer_view.h index 6d138dbf11..e4b7168130 100644 --- a/modules/gltf/structures/gltf_buffer_view.h +++ b/modules/gltf/structures/gltf_buffer_view.h @@ -64,7 +64,8 @@ public: bool get_indices(); void set_indices(bool p_indices); - // matrices need to be transformed to this + + Vector<uint8_t> load_buffer_view_data(const Ref<GLTFState> p_state) const; }; #endif // GLTF_BUFFER_VIEW_H |