Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceCreateInfo
Packages that use VkDeviceCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkDeviceCreateInfo in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return VkDeviceCreateInfoModifier and TypeMethodDescription@Nullable VkDeviceCreateInfoXrVulkanDeviceCreateInfoKHR.vulkanCreateInfo() -
Uses of VkDeviceCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceCreateInfoModifier and TypeMethodDescriptionintVkInstanceCommands.createDevice(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) -
Uses of VkDeviceCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDeviceCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceCreateInfoModifier and TypeMethodDescriptionstatic VkDeviceCreateInfo@NotNull VkDeviceCreateInfoVkDeviceCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceCreateInfoVkDeviceCreateInfo.clone(Arena arena, VkDeviceCreateInfo src) VkDeviceCreateInfo.enabledExtensionCount(int value) VkDeviceCreateInfo.enabledLayerCount(int value) VkDeviceCreateInfo.flags(int value) VkDeviceCreateInfo.pEnabledFeatures(@Nullable IVkPhysicalDeviceFeatures value) VkDeviceCreateInfo.pNext(@NotNull MemorySegment value) VkDeviceCreateInfo.ppEnabledExtensionNames(@Nullable PointerPtr value) VkDeviceCreateInfo.ppEnabledLayerNames(@Nullable PointerPtr value) VkDeviceCreateInfo.pQueueCreateInfos(@Nullable IVkDeviceQueueCreateInfo value) VkDeviceCreateInfo.queueCreateInfoCount(int value) VkDeviceCreateInfo.sType(int value) VkDeviceCreateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkDeviceCreateInfo> VkDeviceCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceCreateInfoModifier and TypeMethodDescriptionstatic VkDeviceCreateInfoVkDeviceCreateInfo.clone(Arena arena, VkDeviceCreateInfo src) voidVkDeviceCreateInfo.Ptr.write(long index, @NotNull VkDeviceCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceCreateInfoModifier and TypeMethodDescriptionVkDeviceCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceCreateInfo> consumer)