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 TypeMethodDescriptionintVMA.createAliasingBuffer(VmaAllocator allocator, VmaAllocation allocation, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer, binds already created memory for it.intVMA.createAliasingBuffer2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer, binds already created memory for it.intVMA.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.intVMA.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.intVMA.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 recordRepresents a pointer to aVkBufferCreateInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkBufferCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkBufferCreateInfoModifier and TypeMethodDescriptionVkDeviceBufferMemoryRequirements.pCreateInfo(@Nullable IVkBufferCreateInfo value)