duckdoom4
duckdoom4
Currently this isn't supported because the current implementation for 'structs' assume they are arrays with a reference field offset and VTable. [Inlined structs](https://github.com/dvidelabs/flatcc/blob/master/doc/binary-format.md#structbuffers ) are more like value types that...
It should be possible to manually link two objects that might share a class. For example: ``` vec3f { float x, y, z } table Transform { vec3f position; vec3f...
After following and implementing the [chapter on ImGui](https://vkguide.dev/docs/new_chapter_2/vulkan_imgui_setup/), (which I think I've done correctly since everything seems to work fine) I noticed a large input lag when I drag the...