Package org.lwjgl.opengles
Class NVShaderSubgroupPartitioned
java.lang.Object
org.lwjgl.opengles.NVShaderSubgroupPartitioned
Native bindings to the NV_shader_subgroup_partitioned extension.
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 GLES 3.1
and KHR_shader_subgroup
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Returned as bitfield in thedata
argument whenGetIntegerv
is queried with apname
ofSUBGROUP_SUPPORTED_FEATURES_KHR
. -
Method Summary
-
Field Details
-
GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV
public static final int GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NVReturned as bitfield in thedata
argument whenGetIntegerv
is queried with apname
ofSUBGROUP_SUPPORTED_FEATURES_KHR
.- See Also:
-