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 record
Represents a pointer to / an array ofVkQueueFamilyProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueueFamilyPropertiesModifier and TypeMethodDescriptionstatic VkQueueFamilyProperties
@NotNull VkQueueFamilyProperties
VkQueueFamilyProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkQueueFamilyProperties
VkQueueFamilyProperties.clone
(Arena arena, VkQueueFamilyProperties src) VkQueueFamilyProperties.minImageTransferGranularity
(@NotNull VkExtent3D value) VkQueueFamilyProperties.minImageTransferGranularity
(Consumer<@NotNull VkExtent3D> consumer) VkQueueFamilyProperties.queueCount
(int value) @NotNull VkQueueFamilyProperties
VkQueueFamilyProperties2.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 VkQueueFamilyProperties
VkQueueFamilyProperties.clone
(Arena arena, VkQueueFamilyProperties src) VkQueueFamilyProperties2.queueFamilyProperties
(@NotNull VkQueueFamilyProperties value) void
VkQueueFamilyProperties.Ptr.write
(long index, @NotNull VkQueueFamilyProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueueFamilyPropertiesModifier and TypeMethodDescriptionVkQueueFamilyProperties2.queueFamilyProperties
(Consumer<@NotNull VkQueueFamilyProperties> consumer)