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