Uses of Record Class
club.doki7.vulkan.datatype.VkImageViewCreateInfo
Packages that use VkImageViewCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImageViewCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageViewCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createImageView(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) -
Uses of VkImageViewCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageViewCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageViewCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewCreateInfoModifier and TypeMethodDescriptionstatic VkImageViewCreateInfo@NotNull VkImageViewCreateInfoVkImageViewCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImageViewCreateInfoVkImageViewCreateInfo.clone(Arena arena, VkImageViewCreateInfo src) VkImageViewCreateInfo.components(@NotNull VkComponentMapping value) VkImageViewCreateInfo.components(Consumer<@NotNull VkComponentMapping> consumer) VkImageViewCreateInfo.flags(int value) VkImageViewCreateInfo.format(int value) VkImageViewCreateInfo.pNext(@NotNull MemorySegment value) VkImageViewCreateInfo.sType(int value) VkImageViewCreateInfo.subresourceRange(@NotNull VkImageSubresourceRange value) VkImageViewCreateInfo.subresourceRange(Consumer<@NotNull VkImageSubresourceRange> consumer) VkImageViewCreateInfo.Ptr.toArray()VkImageViewCreateInfo.viewType(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageViewCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkImageViewCreateInfo> VkImageViewCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageViewCreateInfoModifier and TypeMethodDescriptionstatic VkImageViewCreateInfoVkImageViewCreateInfo.clone(Arena arena, VkImageViewCreateInfo src) voidVkImageViewCreateInfo.Ptr.write(long index, @NotNull VkImageViewCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageViewCreateInfoModifier and TypeMethodDescriptionVkImageViewCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageViewCreateInfo> consumer)