Package org.lwjgl.vulkan
Class ARMShaderCoreProperties
java.lang.Object
org.lwjgl.vulkan.ARMShaderCoreProperties
This extension provides the ability to determine device-specific performance properties of Arm GPUs.
It exposes properties for the number of texel, pixel, and fused multiply-add operations per clock per shader core. This can be used in combination with the VK_ARM_shader_core_builtins extension that provides the ability to query the number of shader cores on the physical device.
- Name String
VK_ARM_shader_core_properties- Extension Type
- Device extension
- Registered Extension Number
- 416
- Revision
- 1
- Extension and Version Dependencies
- Version 1.1
- Contact
- Jan-Harald Fredriksen janharaldfredriksen-arm
Other Extension Metadata
- Last Modified Date
- 2023-02-07
- IP Status
- No known IP claims.
- Contributors
- Jan-Harald Fredriksen, Arm Ltd.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_ARM_SHADER_CORE_PROPERTIES_SPEC_VERSION
public static final int VK_ARM_SHADER_CORE_PROPERTIES_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_ARM_SHADER_CORE_PROPERTIES_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_ARM
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_ARMExtendsVkStructureType.- See Also:
-