Uses of Record Class
club.doki7.vulkan.datatype.VkImageViewCaptureDescriptorDataInfoEXT
Packages that use VkImageViewCaptureDescriptorDataInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkImageViewCaptureDescriptorDataInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageViewCaptureDescriptorDataInfoEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.getImageViewOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkImageViewCaptureDescriptorDataInfoEXT pInfo, MemorySegment pData) -
Uses of VkImageViewCaptureDescriptorDataInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageViewCaptureDescriptorDataInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageViewCaptureDescriptorDataInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewCaptureDescriptorDataInfoEXTModifier and TypeMethodDescriptionVkImageViewCaptureDescriptorDataInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkImageViewCaptureDescriptorDataInfoEXT.clone
(Arena arena, VkImageViewCaptureDescriptorDataInfoEXT src) VkImageViewCaptureDescriptorDataInfoEXT.imageView
(@Nullable VkImageView value) VkImageViewCaptureDescriptorDataInfoEXT.sType
(int value) VkImageViewCaptureDescriptorDataInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageViewCaptureDescriptorDataInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkImageViewCaptureDescriptorDataInfoEXTModifier and TypeMethodDescriptionVkImageViewCaptureDescriptorDataInfoEXT.clone
(Arena arena, VkImageViewCaptureDescriptorDataInfoEXT src) void
VkImageViewCaptureDescriptorDataInfoEXT.Ptr.write
(long index, @NotNull VkImageViewCaptureDescriptorDataInfoEXT value)