Uses of Interface
club.doki7.vulkan.datatype.IVkImageCreateInfo
Packages that use IVkImageCreateInfo
Package
Description
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkImageCreateInfo in club.doki7.vma
Methods in club.doki7.vma with parameters of type IVkImageCreateInfoModifier and TypeMethodDescriptionint
VMA.createAliasingImage
(VmaAllocator allocator, VmaAllocation allocation, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer() but for images.int
VMA.createAliasingImage2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.int
VMA.createImage
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().int
VMA.findMemoryTypeIndexForImageInfo
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkImageCreateInfo and VmaAllocationCreateInfo. -
Uses of IVkImageCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkImageCreateInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkImageCreateInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkImageCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkImageCreateInfoModifier and TypeMethodDescriptionVkDeviceImageMemoryRequirements.pCreateInfo
(@Nullable IVkImageCreateInfo value) VkDeviceImageSubresourceInfo.pCreateInfo
(@Nullable IVkImageCreateInfo value)