Uses of Record Class
club.doki7.vulkan.datatype.VkImageCreateInfo
Packages that use VkImageCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImageCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createImage(VkDevice device, VkImageCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImage.Ptr pImage) -
Uses of VkImageCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageCreateInfoModifier and TypeMethodDescriptionstatic VkImageCreateInfoVkImageCreateInfo.arrayLayers(int value) @NotNull VkImageCreateInfoVkImageCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImageCreateInfoVkImageCreateInfo.clone(Arena arena, VkImageCreateInfo src) VkImageCreateInfo.extent(@NotNull VkExtent3D value) VkImageCreateInfo.extent(Consumer<@NotNull VkExtent3D> consumer) VkImageCreateInfo.flags(int value) VkImageCreateInfo.format(int value) @NotNull VkImageCreateInfoVkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo()VkImageCreateInfo.imageType(int value) VkImageCreateInfo.initialLayout(int value) VkImageCreateInfo.mipLevels(int value) @Nullable VkImageCreateInfoVkDeviceImageMemoryRequirements.pCreateInfo()@Nullable VkImageCreateInfoVkDeviceImageSubresourceInfo.pCreateInfo()VkImageCreateInfo.pNext(@NotNull MemorySegment value) VkImageCreateInfo.pQueueFamilyIndices(@Nullable IntPtr value) VkImageCreateInfo.queueFamilyIndexCount(int value) VkImageCreateInfo.samples(int value) VkImageCreateInfo.sharingMode(int value) VkImageCreateInfo.sType(int value) VkImageCreateInfo.tiling(int value) VkImageCreateInfo.Ptr.toArray()VkImageCreateInfo.usage(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkImageCreateInfo> VkImageCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageCreateInfoModifier and TypeMethodDescriptionstatic VkImageCreateInfoVkImageCreateInfo.clone(Arena arena, VkImageCreateInfo src) VkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo(@NotNull VkImageCreateInfo value) voidVkImageCreateInfo.Ptr.write(long index, @NotNull VkImageCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageCreateInfoModifier and TypeMethodDescriptionVkImageCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageCreateInfo> consumer) VkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo(Consumer<@NotNull VkImageCreateInfo> consumer)