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 TypeMethodDescriptionintVMA.createAliasingImage(VmaAllocator allocator, VmaAllocation allocation, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer() but for images.intVMA.createAliasingImage2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.intVMA.createImage(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().intVMA.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 recordRepresents a pointer to aVkImageCreateInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkImageCreateInfostructure(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)