Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCreateInfo
Packages that use VkBufferCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkBufferCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createBuffer
(VkDevice device, VkBufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBuffer.Ptr pBuffer) -
Uses of VkBufferCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBufferCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCreateInfoModifier and TypeMethodDescriptionstatic VkBufferCreateInfo
@NotNull VkBufferCreateInfo
VkBufferCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkBufferCreateInfo
VkBufferCreateInfo.clone
(Arena arena, VkBufferCreateInfo src) @NotNull VkBufferCreateInfo
VkBufferConstraintsInfoFUCHSIA.createInfo()
VkBufferCreateInfo.flags
(int value) @Nullable VkBufferCreateInfo
VkDeviceBufferMemoryRequirements.pCreateInfo()
VkBufferCreateInfo.pNext
(@NotNull MemorySegment value) VkBufferCreateInfo.pQueueFamilyIndices
(@Nullable IntPtr value) VkBufferCreateInfo.queueFamilyIndexCount
(int value) VkBufferCreateInfo.sharingMode
(int value) VkBufferCreateInfo.size
(long value) VkBufferCreateInfo.sType
(int value) VkBufferCreateInfo.Ptr.toArray()
VkBufferCreateInfo.usage
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkBufferCreateInfo> VkBufferCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBufferCreateInfoModifier and TypeMethodDescriptionstatic VkBufferCreateInfo
VkBufferCreateInfo.clone
(Arena arena, VkBufferCreateInfo src) VkBufferConstraintsInfoFUCHSIA.createInfo
(@NotNull VkBufferCreateInfo value) void
VkBufferCreateInfo.Ptr.write
(long index, @NotNull VkBufferCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferCreateInfoModifier and TypeMethodDescriptionVkBufferCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBufferCreateInfo> consumer) VkBufferConstraintsInfoFUCHSIA.createInfo
(Consumer<@NotNull VkBufferCreateInfo> consumer)