Stay organized with collections
Save and categorize content based on your preferences.
public final class WGSLLanguageFeatureName
An enumeration of optional WGSL language features.
Summary
Constants |
static final int |
|
static final int |
Allows accessing components of composite types through pointers.
|
static final int |
Support for readonly and readwrite access qualifiers on storage textures.
|
static final int |
Enables access to the subgroup identifier within a compute shader, allowing algorithms to utilize subgroup-level parallelism.
|
static final int |
|
static final int |
|
static final int |
|
static final int |
Enables the use of standard memory layout definitions for uniform buffers, relaxing strict alignment requirements to support tighter data packing.
|
static final int |
Allows passing pointers with storage and uniform address spaces as function parameters.
|
Constants
public static final int PointerCompositeAccess = 4
Allows accessing components of composite types through pointers.
public static final int SubgroupId = 6
Enables access to the subgroup identifier within a compute shader, allowing algorithms to utilize subgroup-level parallelism.
public static final int UniformBufferStandardLayout = 5
Enables the use of standard memory layout definitions for uniform buffers, relaxing strict alignment requirements to support tighter data packing.
UnrestrictedPointerParameters
public static final int UnrestrictedPointerParameters = 3
Allows passing pointers with storage and uniform address spaces as function parameters.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-04-22 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-22 UTC."],[],[]]