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