ssdfasd
11919aad2f
Add OpenGL quad integration test with texture mapping
- Add tests/RHI/OpenGL/integration/quad/ with main.cpp, CMakeLists.txt
- Add GLSL shaders (quad.vert, quad.frag) for textured quad rendering
- Use OpenGLVertexArray, OpenGLBuffer, OpenGLShader, OpenGLPipelineState
- Add OpenGLTexture::LoadFromFile for texture loading (earth.png)
- Add OpenGLSampler for texture sampling configuration
- Disable depth test for 2D quad rendering
- GT.ppm generated from OpenGL rendering output (0% diff on re-run)
2026-03-22 03:03:14 +08:00
..
2026-03-21 12:12:32 +08:00
2026-03-13 20:37:08 +08:00
2026-03-13 20:37:08 +08:00
2026-03-13 20:53:57 +08:00
2026-03-13 18:43:14 +08:00
2026-03-13 19:23:12 +08:00
2026-03-13 20:37:08 +08:00
2026-03-16 18:25:58 +08:00
2026-03-22 02:03:51 +08:00
2026-03-22 03:03:14 +08:00
2026-03-22 02:10:32 +08:00
2026-03-13 20:37:08 +08:00
2026-03-20 20:22:04 +08:00
2026-03-20 03:27:30 +08:00
2026-03-20 03:33:40 +08:00