Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderSubgroupRotateFeatures
Packages that use VkPhysicalDeviceShaderSubgroupRotateFeatures
-
Uses of VkPhysicalDeviceShaderSubgroupRotateFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceShaderSubgroupRotateFeaturesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceShaderSubgroupRotateFeatures
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderSubgroupRotateFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceShaderSubgroupRotateFeatures.clone
(Arena arena, VkPhysicalDeviceShaderSubgroupRotateFeatures src) VkPhysicalDeviceShaderSubgroupRotateFeatures.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotate
(int value) VkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotateClustered
(int value) VkPhysicalDeviceShaderSubgroupRotateFeatures.sType
(int value) VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceShaderSubgroupRotateFeaturesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceShaderSubgroupRotateFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupRotateFeatures.clone
(Arena arena, VkPhysicalDeviceShaderSubgroupRotateFeatures src) void
VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.write
(long index, @NotNull VkPhysicalDeviceShaderSubgroupRotateFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceShaderSubgroupRotateFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderSubgroupRotateFeatures> consumer)