OpenGL extension DispatchComputeGroupSizeARB supported?
-
Hi, I'm trying to use the OpenGL function DispatchComputeGroupSizeARB (see e.g. https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_compute_variable_group_size.txt). As it's not a OpenGL Core function, I assumed it would be in QtOpenGLExtensions. However, I can't find it here, which makes me wonder whether it is currently supported at all?
-
well it probably isn't support for your hardware/os combination then. if you are using linux then glxinfo will display the extensions that are supported.
-
Hi,
I think you are looking for the The QtOpenGLExtensions Library.
-
Hi, that is clear (I referred to it in my first post). The issue is that I cannot find the function
glDispatchComputeGroupSize
anywhere (neither through QOpenGLExtension nor in QOpenGLExtraFunctions). My QOpenGLContext confirms that the extension is supported. What am I overlooking? Using Qt 5.12 on Linux. -
Sorry I misread your original point and didn't saw you were already testing QOpenGLExtension.
I have found
glDispatchComputeGroupSizeARB
in Qt 5.13What version of Qt are you using ?
-
Sorry, I just realise I wasn't precise enough. I found the function declaration in the
qopenglext.h
header file but I haven't used it yet. -
You can also bring the question to the interest mailing list. You'll find there Qt OpenGL developers/maintainers. This is more a user forum.