Uses of Record Class
club.doki7.vulkan.datatype.VkImageViewAddressPropertiesNVX
Packages that use VkImageViewAddressPropertiesNVX
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkImageViewAddressPropertiesNVX in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageViewAddressPropertiesNVXModifier and TypeMethodDescriptionint
VkDeviceCommands.getImageViewAddressNVX
(VkDevice device, VkImageView imageView, VkImageViewAddressPropertiesNVX pProperties) -
Uses of VkImageViewAddressPropertiesNVX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageViewAddressPropertiesNVXModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageViewAddressPropertiesNVX
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewAddressPropertiesNVXModifier and TypeMethodDescription@NotNull VkImageViewAddressPropertiesNVX
VkImageViewAddressPropertiesNVX.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkImageViewAddressPropertiesNVX.clone
(Arena arena, VkImageViewAddressPropertiesNVX src) VkImageViewAddressPropertiesNVX.deviceAddress
(long value) VkImageViewAddressPropertiesNVX.pNext
(@NotNull MemorySegment value) VkImageViewAddressPropertiesNVX.size
(long value) VkImageViewAddressPropertiesNVX.sType
(int value) VkImageViewAddressPropertiesNVX.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageViewAddressPropertiesNVXModifier and TypeMethodDescription@NotNull Iterator
<VkImageViewAddressPropertiesNVX> VkImageViewAddressPropertiesNVX.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkImageViewAddressPropertiesNVXModifier and TypeMethodDescriptionVkImageViewAddressPropertiesNVX.clone
(Arena arena, VkImageViewAddressPropertiesNVX src) void
VkImageViewAddressPropertiesNVX.Ptr.write
(long index, @NotNull VkImageViewAddressPropertiesNVX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageViewAddressPropertiesNVXModifier and TypeMethodDescriptionVkImageViewAddressPropertiesNVX.Ptr.at
(long index, @NotNull Consumer<@NotNull VkImageViewAddressPropertiesNVX> consumer)