Package org.lwjgl.opengl
Class NVShaderSubgroupPartitioned
- java.lang.Object
-
- org.lwjgl.opengl.NVShaderSubgroupPartitioned
-
public final class NVShaderSubgroupPartitioned extends java.lang.ObjectNative bindings to the NV_shader_subgroup_partitioned extension.This extension enables support for the
NV_shader_subgroup_partitionedshading language extension in OpenGL.This extension adds a new
SUBGROUP_FEATURE_PARTITIONED_BIT_NVfeature bit that is returned by queryies forSUBGROUP_SUPPORTED_FEATURES_KHR.In OpenGL implementations supporting SPIR-V, this extension enables support for the
SPV_NV_shader_subgroup_partitionedextension.Requires
OpenGL 4.3andKHR_shader_subgroup.
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_SUBGROUP_FEATURE_PARTITIONED_BIT_NVReturned as bitfield in thedataargument whenGetIntegervis queried with apnameofSUBGROUP_SUPPORTED_FEATURES_KHR.
-
-
-
Field Detail
-
GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV
public static final int GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV
Returned as bitfield in thedataargument whenGetIntegervis queried with apnameofSUBGROUP_SUPPORTED_FEATURES_KHR.- See Also:
- Constant Field Values
-
-