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 recordRepresents a pointer to / an array ofVkDeviceQueueCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceQueueCreateInfoModifier and TypeMethodDescriptionstatic VkDeviceQueueCreateInfo@NotNull VkDeviceQueueCreateInfoVkDeviceQueueCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceQueueCreateInfoVkDeviceQueueCreateInfo.clone(Arena arena, VkDeviceQueueCreateInfo src) VkDeviceQueueCreateInfo.flags(int value) VkDeviceQueueCreateInfo.pNext(@NotNull MemorySegment value) @Nullable VkDeviceQueueCreateInfoVkDeviceCreateInfo.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 VkDeviceQueueCreateInfoVkDeviceQueueCreateInfo.clone(Arena arena, VkDeviceQueueCreateInfo src) voidVkDeviceQueueCreateInfo.Ptr.write(long index, @NotNull VkDeviceQueueCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceQueueCreateInfoModifier and TypeMethodDescriptionVkDeviceQueueCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceQueueCreateInfo> consumer)