public final class NVShaderSubgroupPartitioned
extends java.lang.Object
This extension enables support for the NV_shader_subgroup_partitioned shading language extension in OpenGL.
This extension adds a new SUBGROUP_FEATURE_PARTITIONED_BIT_NV feature bit that is returned by queryies for SUBGROUP_SUPPORTED_FEATURES_KHR.
In OpenGL implementations supporting SPIR-V, this extension enables support for the SPV_NV_shader_subgroup_partitioned extension.
Requires OpenGL 4.3 and KHR_shader_subgroup.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV
Returned as bitfield in the
data argument when GetIntegerv is queried with a pname of SUBGROUP_SUPPORTED_FEATURES_KHR. |
public static final int GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV
data argument when GetIntegerv is queried with a pname of SUBGROUP_SUPPORTED_FEATURES_KHR.Copyright LWJGL. All Rights Reserved. License terms.