Uses of Record Class
club.doki7.vulkan.datatype.VkImageViewHandleInfoNVX
Packages that use VkImageViewHandleInfoNVX
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImageViewHandleInfoNVX in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageViewHandleInfoNVXModifier and TypeMethodDescriptionlongVkDeviceCommands.getImageViewHandle64NVX(VkDevice device, VkImageViewHandleInfoNVX pInfo) intVkDeviceCommands.getImageViewHandleNVX(VkDevice device, VkImageViewHandleInfoNVX pInfo) -
Uses of VkImageViewHandleInfoNVX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageViewHandleInfoNVXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageViewHandleInfoNVXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewHandleInfoNVXModifier and TypeMethodDescriptionstatic VkImageViewHandleInfoNVX@NotNull VkImageViewHandleInfoNVXVkImageViewHandleInfoNVX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImageViewHandleInfoNVXVkImageViewHandleInfoNVX.clone(Arena arena, VkImageViewHandleInfoNVX src) VkImageViewHandleInfoNVX.descriptorType(int value) VkImageViewHandleInfoNVX.imageView(@Nullable VkImageView value) VkImageViewHandleInfoNVX.pNext(@NotNull MemorySegment value) VkImageViewHandleInfoNVX.sType(int value) VkImageViewHandleInfoNVX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageViewHandleInfoNVXModifier and TypeMethodDescription@NotNull Iterator<VkImageViewHandleInfoNVX> VkImageViewHandleInfoNVX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageViewHandleInfoNVXModifier and TypeMethodDescriptionstatic VkImageViewHandleInfoNVXVkImageViewHandleInfoNVX.clone(Arena arena, VkImageViewHandleInfoNVX src) voidVkImageViewHandleInfoNVX.Ptr.write(long index, @NotNull VkImageViewHandleInfoNVX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageViewHandleInfoNVXModifier and TypeMethodDescriptionVkImageViewHandleInfoNVX.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageViewHandleInfoNVX> consumer)