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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkBufferCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCreateInfoModifier and TypeMethodDescriptionstatic VkBufferCreateInfo@NotNull VkBufferCreateInfoVkBufferCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBufferCreateInfoVkBufferCreateInfo.clone(Arena arena, VkBufferCreateInfo src) @NotNull VkBufferCreateInfoVkBufferConstraintsInfoFUCHSIA.createInfo()VkBufferCreateInfo.flags(int value) @Nullable VkBufferCreateInfoVkDeviceBufferMemoryRequirements.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 VkBufferCreateInfoVkBufferCreateInfo.clone(Arena arena, VkBufferCreateInfo src) VkBufferConstraintsInfoFUCHSIA.createInfo(@NotNull VkBufferCreateInfo value) voidVkBufferCreateInfo.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)