Uses of Record Class
club.doki7.vulkan.datatype.VkPrivateDataSlotCreateInfo
Packages that use VkPrivateDataSlotCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPrivateDataSlotCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPrivateDataSlotCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createPrivateDataSlot
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) int
VkDeviceCommands.createPrivateDataSlotEXT
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) -
Uses of VkPrivateDataSlotCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPrivateDataSlotCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPrivateDataSlotCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPrivateDataSlotCreateInfoModifier and TypeMethodDescriptionstatic VkPrivateDataSlotCreateInfo
@NotNull VkPrivateDataSlotCreateInfo
VkPrivateDataSlotCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPrivateDataSlotCreateInfo
VkPrivateDataSlotCreateInfo.clone
(Arena arena, VkPrivateDataSlotCreateInfo src) VkPrivateDataSlotCreateInfo.flags
(int value) VkPrivateDataSlotCreateInfo.pNext
(@NotNull MemorySegment value) VkPrivateDataSlotCreateInfo.sType
(int value) VkPrivateDataSlotCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPrivateDataSlotCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkPrivateDataSlotCreateInfo> VkPrivateDataSlotCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPrivateDataSlotCreateInfoModifier and TypeMethodDescriptionstatic VkPrivateDataSlotCreateInfo
VkPrivateDataSlotCreateInfo.clone
(Arena arena, VkPrivateDataSlotCreateInfo src) void
VkPrivateDataSlotCreateInfo.Ptr.write
(long index, @NotNull VkPrivateDataSlotCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPrivateDataSlotCreateInfoModifier and TypeMethodDescriptionVkPrivateDataSlotCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPrivateDataSlotCreateInfo> consumer)