Uses of Interface
club.doki7.vulkan.datatype.IVkBufferCreateInfo
Packages that use IVkBufferCreateInfo
Package
Description
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkBufferCreateInfo in club.doki7.vma
Methods in club.doki7.vma with parameters of type IVkBufferCreateInfoModifier and TypeMethodDescriptionint
VMA.createAliasingBuffer
(VmaAllocator allocator, VmaAllocation allocation, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer
, binds already created memory for it.int
VMA.createAliasingBuffer2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer
, binds already created memory for it.int
VMA.createBuffer
(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a newVkBuffer
, allocates and binds memory for it.int
VMA.createBufferWithAlignment
(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, long minAlignment, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a buffer with additional minimum alignment.int
VMA.findMemoryTypeIndexForBufferInfo
(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkBufferCreateInfo and VmaAllocationCreateInfo. -
Uses of IVkBufferCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkBufferCreateInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkBufferCreateInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkBufferCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkBufferCreateInfoModifier and TypeMethodDescriptionVkDeviceBufferMemoryRequirements.pCreateInfo
(@Nullable IVkBufferCreateInfo value)