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.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceCreateInfoModifier and TypeMethodDescriptionint
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkDeviceCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceCreateInfoModifier and TypeMethodDescriptionstatic VkDeviceCreateInfo
@NotNull VkDeviceCreateInfo
VkDeviceCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceCreateInfo
VkDeviceCreateInfo.clone
(Arena arena, VkDeviceCreateInfo src) VkDeviceCreateInfo.enabledExtensionCount
(int value) VkDeviceCreateInfo.enabledLayerCount
(int value) VkDeviceCreateInfo.flags
(int value) VkDeviceCreateInfo.pEnabledFeatures
(@Nullable IVkPhysicalDeviceFeatures 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 VkDeviceCreateInfo
VkDeviceCreateInfo.clone
(Arena arena, VkDeviceCreateInfo src) void
VkDeviceCreateInfo.Ptr.write
(long index, @NotNull VkDeviceCreateInfo value)