Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures
Packages that use VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures
-
Uses of VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.clone(Arena arena, VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures src) VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.shaderSubgroupExtendedTypes(int value) VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.sType(int value) VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.clone(Arena arena, VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures src) voidVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr.write(long index, @NotNull VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures> consumer)