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 TypeMethodDescriptionintVkDeviceCommands.getImageViewOpaqueCaptureDescriptorDataEXT(VkDevice device, VkImageViewCaptureDescriptorDataInfoEXT pInfo, @NotNull 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 recordRepresents a pointer to / an array ofVkImageViewCaptureDescriptorDataInfoEXTstructure(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.pNext(@NotNull MemorySegment 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) voidVkImageViewCaptureDescriptorDataInfoEXT.Ptr.write(long index, @NotNull VkImageViewCaptureDescriptorDataInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageViewCaptureDescriptorDataInfoEXTModifier and TypeMethodDescriptionVkImageViewCaptureDescriptorDataInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageViewCaptureDescriptorDataInfoEXT> consumer)