virtualx-engine/drivers/gles3/storage
derammo 96c21bc749 opengl3 driver now works on windows including multi window
fixed and simplified gl_manager_windows
swap buffers now called for all windows
fixed missing pixel format setting in additional windows
    this makes them work in OpenGL contexts
changed verbose error printing to write once
    this error message happens very frequently while opengl3 is not finished
removed dead code no longer needed after changes
fixed comments that were misinformation
window messages during window creation now handled
    these were previously discarded
    messages now tunnel the required context
changed failure to create opengl3 window on windows to be more fatal
marked a problem with pen code
conditional compilation of vulkan and opengl3 on windows fixed
windows debug builds now show messages on debug console also
rendering driver selection box now shows only compiled drivers
marked some problematic code
thanks to akien-mga for patiently rewriting my style mistakes
2022-05-11 16:12:40 -04:00
..
config.cpp opengl3 driver now works on windows including multi window 2022-05-11 16:12:40 -04:00
config.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
light_storage.cpp Move light, reflection probe and lightmap into LightStorage 2022-04-17 13:13:18 +10:00
light_storage.h Move light, reflection probe and lightmap into LightStorage 2022-04-17 13:13:18 +10:00
material_storage.cpp opengl3 driver now works on windows including multi window 2022-05-11 16:12:40 -04:00
material_storage.h Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures 2022-04-26 11:48:39 -07:00
mesh_storage.cpp Rename Basis "elements" to "rows" 2022-04-29 08:02:56 -05:00
mesh_storage.h Add MeshStorage to GLES3 2022-04-28 11:22:20 -07:00
particles_storage.cpp Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
particles_storage.h Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
SCsub Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
texture_storage.cpp Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures 2022-04-26 11:48:39 -07:00
texture_storage.h Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures 2022-04-26 11:48:39 -07:00