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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkImageCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageCreateInfoModifier and TypeMethodDescriptionstatic VkImageCreateInfo
VkImageCreateInfo.arrayLayers
(int value) @NotNull VkImageCreateInfo
VkImageCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageCreateInfo
VkImageCreateInfo.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 VkImageCreateInfo
VkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo()
VkImageCreateInfo.imageType
(int value) VkImageCreateInfo.initialLayout
(int value) VkImageCreateInfo.mipLevels
(int value) @Nullable VkImageCreateInfo
VkDeviceImageMemoryRequirements.pCreateInfo()
@Nullable VkImageCreateInfo
VkDeviceImageSubresourceInfo.pCreateInfo()
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 VkImageCreateInfo
VkImageCreateInfo.clone
(Arena arena, VkImageCreateInfo src) VkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo
(@NotNull VkImageCreateInfo value) void
VkImageCreateInfo.Ptr.write
(long index, @NotNull VkImageCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageCreateInfoModifier and TypeMethodDescriptionVkImageFormatConstraintsInfoFUCHSIA.imageCreateInfo
(Consumer<@NotNull VkImageCreateInfo> consumer)