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