1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
luanti/irr/src/OpenGL
DS 431c5c8b36
Fix wireframe mode in opengl3 driver (#15626)
`GL_LINES` isn't suitable, because it makes lines between pairs of 2 vertices,
not loops around 3 vertices.
Support for OpenGL ES isn't simple, as it has no `glPolygonMode`. And showing broken
wireframe (i.e. with `GL_LINES`) would cause confusion.
2025-01-06 19:39:17 +01:00
..
Common.h OpenGL: encapsulate VBOs into a class 2024-12-24 15:27:08 +01:00
Driver.cpp Fix wireframe mode in opengl3 driver (#15626) 2025-01-06 19:39:17 +01:00
Driver.h Clean up Irrlicht shader API 2024-12-31 14:47:46 +01:00
ExtensionHandler.cpp Deduplicate GL extension detection 2024-05-12 14:20:34 +02:00
ExtensionHandler.h Add support for glObjectLabel to aid debugging 2025-01-04 12:40:14 +01:00
FixedPipelineRenderer.cpp Drop fixed pipeline lighting stuff (#15165) 2024-09-18 12:18:28 +02:00
FixedPipelineRenderer.h Remove dead code in COpenGL3MaterialBaseCB 2024-09-16 23:12:52 +02:00
MaterialRenderer.cpp Add support for glObjectLabel to aid debugging 2025-01-04 12:40:14 +01:00
MaterialRenderer.h Add support for glObjectLabel to aid debugging 2025-01-04 12:40:14 +01:00
Renderer2D.cpp Add support for glObjectLabel to aid debugging 2025-01-04 12:40:14 +01:00
Renderer2D.h IrrlichtMt: Move OpenGL 3+ transformation matrix to shaders (#15591) 2024-12-28 22:04:05 +01:00
VBO.cpp Group sparse mesh buffers over entire scene for rendering 2024-12-24 15:27:08 +01:00
VBO.h OpenGL: encapsulate VBOs into a class 2024-12-24 15:27:08 +01:00