Helco

Results 12 issues of Helco

When the same vertex layout is used for multiple vertex shaders, the caching of InputLayout instance by the d3d11 backend causes various bugs which usually manifests in nothing being drawn...

This PR adds support for bitfields by declaring a combined member for all bit-sized fields in the raw structure and using manual instead of reference-returning properties in the `...Ptr` structure....

On my machine the `Serialize_Should_serialize_World` and `Serialize_Should_serialize_Entities` tests fail as the TextSerializer reads values with an invariant culture but written with the current culture. It can be fixed by using...

bug

During work on #168 I found what seems to be a contradiction in one of the entity tests (`Dispose_Should_remove_all_component`). If one adds a line between the calls to `Dispose` and...

With Vulkan Validation layers enabled, opening any ImGui modal causes a validation error due to negative scissor offsets ([VUID-vkCmdSetScissor-x-00595](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkCmdSetScissor.html#VUID-vkCmdSetScissor-x-00595)). According to the other rules it is fine to overshoot on...

There are multiple usecases for the ImGuiRenderer to *not* call `ImGui.NewFrame` right away and a solution was discussed in #154 where another parameter prevents the call. Instead the user has...

This could very well be just a misunderstanding on my part, so a change to documentation might suffice: When destroying a texture shortly after using `GraphicsDevice.UpdateTexture` the validation layers can...

According to the Debug Adapter Protocol specification the `StoppedEvent` should have an optional `hitBreakpointIds` property to signal which breakpoint was hit when stopped. The current version is missing said property....

I am not super sure on this one so please just correct me if I am wrong: every resource I read pointed towards Bc2/3 being exactly the same, the difference...

Currently only png images can be loaded, PBI loading is not implemented.

Module-Core
Type-Defect
Type-TODO
Complexity-Good starter project ❤️