Uses of Record Class
club.doki7.vulkan.datatype.VkQueueFamilyProperties
Packages that use VkQueueFamilyProperties
-
Uses of VkQueueFamilyProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueueFamilyPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkQueueFamilyPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueueFamilyPropertiesModifier and TypeMethodDescriptionstatic VkQueueFamilyProperties@NotNull VkQueueFamilyPropertiesVkQueueFamilyProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkQueueFamilyPropertiesVkQueueFamilyProperties.clone(Arena arena, VkQueueFamilyProperties src) VkQueueFamilyProperties.minImageTransferGranularity(@NotNull VkExtent3D value) VkQueueFamilyProperties.minImageTransferGranularity(Consumer<@NotNull VkExtent3D> consumer) VkQueueFamilyProperties.queueCount(int value) @NotNull VkQueueFamilyPropertiesVkQueueFamilyProperties2.queueFamilyProperties()VkQueueFamilyProperties.queueFlags(int value) VkQueueFamilyProperties.timestampValidBits(int value) VkQueueFamilyProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueueFamilyPropertiesModifier and TypeMethodDescription@NotNull Iterator<VkQueueFamilyProperties> VkQueueFamilyProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkQueueFamilyPropertiesModifier and TypeMethodDescriptionstatic VkQueueFamilyPropertiesVkQueueFamilyProperties.clone(Arena arena, VkQueueFamilyProperties src) VkQueueFamilyProperties2.queueFamilyProperties(@NotNull VkQueueFamilyProperties value) voidVkQueueFamilyProperties.Ptr.write(long index, @NotNull VkQueueFamilyProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueueFamilyPropertiesModifier and TypeMethodDescriptionVkQueueFamilyProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkQueueFamilyProperties> consumer) VkQueueFamilyProperties2.queueFamilyProperties(Consumer<@NotNull VkQueueFamilyProperties> consumer)