GroveEngine/tests/visual
StillHammer 10a9ac76c3 feat(BgfxRenderer): Phase 5 - Visual sprite test with IIO pipeline
- Add test_23_bgfx_sprites_visual.cpp: full visual test with SDL2 + IIO
- Fix IRHIDevice::init() to accept nativeDisplayHandle for X11/Linux
- Fix BgfxDevice::createBuffer() with proper VertexLayout for dynamic buffers
- Use double for native handle config values (preserves 64-bit pointers)
- Add debug logging in BgfxRendererModule initialization

Pipeline verified working:
- Module loads and initializes with Vulkan
- IIO messages routed correctly (sprites, camera, clear)
- SceneCollector collects and builds FramePacket
- RenderGraph executes passes
- ~500 FPS throughput

Note: Sprites not visually rendered yet (shader needs instancing support)
This will be addressed in a future phase.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 13:37:23 +08:00
..
test_23_bgfx_sprites_visual.cpp feat(BgfxRenderer): Phase 5 - Visual sprite test with IIO pipeline 2025-11-27 13:37:23 +08:00
test_bgfx_sprites.cpp feat(BgfxRenderer): Complete Phase 4 - ShaderManager integration 2025-11-26 22:27:19 +08:00
test_bgfx_triangle.cpp feat(BgfxRenderer): Complete Phase 2-3 with shaders and triangle rendering 2025-11-26 16:43:17 +08:00