You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Licensed under the Apache License, Version 2.0 the "License";
7
+
- you may not use this file except in compliance with the License.
8
+
- You may obtain a copy of the License at
9
+
-
10
+
- http://www.apache.org/licenses/LICENSE-2.0
11
+
-
12
+
- Unless required by applicable law or agreed to in writing, software
13
+
- distributed under the License is distributed on an "AS IS" BASIS,
14
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+
- See the License for the specific language governing permissions and
16
+
- limitations under the License.
17
+
-
18
+
-->
19
+
20
+
# Subgroups Operations
21
+
22
+
23
+
## Overview
24
+
25
+
This sample demonstrates how to use and enable the Subgroups operations feature.
26
+
27
+
28
+
## GLSL Shaders
29
+
In shader enable `GL_KHR_shader_subgroup_basic` extension.
30
+
TODO: add more description
31
+
32
+
33
+
## Enabling the Feature
34
+
35
+
To enable the subgroups feature in the Vulkan API you must create a Vulkan instance with a minimum version of version 1.1. Enable the extension `VK_EXT_subgroup_size_control` and get the subgroup properties of a physical device
0 commit comments