Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceMemoryOpaqueCaptureAddressInfo
Packages that use VkDeviceMemoryOpaqueCaptureAddressInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkDeviceMemoryOpaqueCaptureAddressInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceMemoryOpaqueCaptureAddressInfoModifier and TypeMethodDescriptionlongVkDeviceCommands.getDeviceMemoryOpaqueCaptureAddress(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) longVkDeviceCommands.getDeviceMemoryOpaqueCaptureAddressKHR(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) -
Uses of VkDeviceMemoryOpaqueCaptureAddressInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceMemoryOpaqueCaptureAddressInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDeviceMemoryOpaqueCaptureAddressInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceMemoryOpaqueCaptureAddressInfoModifier and TypeMethodDescriptionVkDeviceMemoryOpaqueCaptureAddressInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDeviceMemoryOpaqueCaptureAddressInfo.clone(Arena arena, VkDeviceMemoryOpaqueCaptureAddressInfo src) VkDeviceMemoryOpaqueCaptureAddressInfo.memory(@Nullable VkDeviceMemory value) VkDeviceMemoryOpaqueCaptureAddressInfo.pNext(@NotNull MemorySegment value) VkDeviceMemoryOpaqueCaptureAddressInfo.sType(int value) VkDeviceMemoryOpaqueCaptureAddressInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceMemoryOpaqueCaptureAddressInfoMethods in club.doki7.vulkan.datatype with parameters of type VkDeviceMemoryOpaqueCaptureAddressInfoModifier and TypeMethodDescriptionVkDeviceMemoryOpaqueCaptureAddressInfo.clone(Arena arena, VkDeviceMemoryOpaqueCaptureAddressInfo src) voidVkDeviceMemoryOpaqueCaptureAddressInfo.Ptr.write(long index, @NotNull VkDeviceMemoryOpaqueCaptureAddressInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceMemoryOpaqueCaptureAddressInfoModifier and TypeMethodDescriptionVkDeviceMemoryOpaqueCaptureAddressInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceMemoryOpaqueCaptureAddressInfo> consumer)