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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkImageViewCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewCreateInfoModifier and TypeMethodDescriptionstatic VkImageViewCreateInfo
@NotNull VkImageViewCreateInfo
VkImageViewCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageViewCreateInfo
VkImageViewCreateInfo.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.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 VkImageViewCreateInfo
VkImageViewCreateInfo.clone
(Arena arena, VkImageViewCreateInfo src) void
VkImageViewCreateInfo.Ptr.write
(long index, @NotNull VkImageViewCreateInfo value)