Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceQueueCreateInfo
Packages that use VkDeviceQueueCreateInfo
-
Uses of VkDeviceQueueCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceQueueCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceQueueCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceQueueCreateInfoModifier and TypeMethodDescriptionstatic VkDeviceQueueCreateInfo
@NotNull VkDeviceQueueCreateInfo
VkDeviceQueueCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceQueueCreateInfo
VkDeviceQueueCreateInfo.clone
(Arena arena, VkDeviceQueueCreateInfo src) VkDeviceQueueCreateInfo.flags
(int value) @Nullable VkDeviceQueueCreateInfo
VkDeviceCreateInfo.pQueueCreateInfos()
VkDeviceQueueCreateInfo.pQueuePriorities
(@Nullable FloatPtr value) VkDeviceQueueCreateInfo.queueCount
(int value) VkDeviceQueueCreateInfo.queueFamilyIndex
(int value) VkDeviceQueueCreateInfo.sType
(int value) VkDeviceQueueCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceQueueCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceQueueCreateInfo> VkDeviceQueueCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceQueueCreateInfoModifier and TypeMethodDescriptionstatic VkDeviceQueueCreateInfo
VkDeviceQueueCreateInfo.clone
(Arena arena, VkDeviceQueueCreateInfo src) void
VkDeviceQueueCreateInfo.Ptr.write
(long index, @NotNull VkDeviceQueueCreateInfo value)