Is there a way to get GL_VERSION?
Posted: Thu Dec 30, 2021 7:24 pm
I know about Root.RenderSystem.DriverVersion but is a different thing.
Support and community hang-out spot for Ogre3D
https://forums.ogre3d.org/
Code: Select all
GL_VERSION = 4.6.0.0
GL_VENDOR = NVIDIA Corporation
...
RenderSystem capabilities
-------------------------
GPU Vendor: nvidia
Driver Version: 4.6.0.0
It is not. For example my log:paroj wrote: Thu Dec 30, 2021 8:34 pm should be the same - from the log:Code: Select all
GL_VERSION = 4.6.0.0 GL_VENDOR = NVIDIA Corporation ... RenderSystem capabilities ------------------------- GPU Vendor: nvidia Driver Version: 4.6.0.0
Code: Select all
19:10:22: GL_VERSION = 4.6.0 NVIDIA 462.59
19:10:22: GL_VENDOR = NVIDIA Corporation
19:10:22: GL_RENDERER = Quadro P2000/PCIe/SSE2
...
19:10:22: GPU Vendor: nvidia
19:10:22: Device Name: Quadro P2000/PCIe/SSE2
19:10:22: Driver Version: 4.6.0.0
I see. So there is no OGRE method to get this whole string? I need to call native OpenGl method?paroj wrote: Fri Dec 31, 2021 3:39 pm but you said, you want GL_VERSION, which is 4.6.0. The part after that is optional:
https://www.khronos.org/registry/OpenGL ... ring.xhtml