Uses of Record Class
club.doki7.vulkan.handle.VkImageView
Packages that use VkImageView
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkImageView in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageViewModifier and TypeMethodDescriptionint
VkDeviceCommands.bindOpticalFlowSessionImageNV
(VkDevice device, VkOpticalFlowSessionNV session, int bindingPoint, @Nullable VkImageView view, int layout) void
VkDeviceCommands.cmdBindInvocationMaskHUAWEI
(VkCommandBuffer commandBuffer, @Nullable VkImageView imageView, int imageLayout) void
VkDeviceCommands.cmdBindShadingRateImageNV
(VkCommandBuffer commandBuffer, @Nullable VkImageView imageView, int imageLayout) void
VkDeviceCommands.destroyImageView
(VkDevice device, @Nullable VkImageView imageView, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.getImageViewAddressNVX
(VkDevice device, VkImageView imageView, VkImageViewAddressPropertiesNVX pProperties) -
Uses of VkImageView in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkImageViewModifier and TypeMethodDescription@Nullable VkImageView
VkDescriptorImageInfo.imageView()
@Nullable VkImageView
VkExportMetalTextureInfoEXT.imageView()
@Nullable VkImageView
VkImageViewCaptureDescriptorDataInfoEXT.imageView()
@Nullable VkImageView
VkImageViewHandleInfoNVX.imageView()
@Nullable VkImageView
VkRenderingAttachmentInfo.imageView()
@Nullable VkImageView
VkRenderingFragmentDensityMapAttachmentInfoEXT.imageView()
@Nullable VkImageView
VkRenderingFragmentShadingRateAttachmentInfoKHR.imageView()
@Nullable VkImageView
VkVideoPictureResourceInfoKHR.imageViewBinding()
@Nullable VkImageView
VkVideoEncodeQuantizationMapInfoKHR.quantizationMap()
@Nullable VkImageView
VkRenderingAttachmentInfo.resolveImageView()
Methods in club.doki7.vulkan.datatype with parameters of type VkImageViewModifier and TypeMethodDescriptionVkDescriptorImageInfo.imageView
(@Nullable VkImageView value) VkExportMetalTextureInfoEXT.imageView
(@Nullable VkImageView value) VkImageViewCaptureDescriptorDataInfoEXT.imageView
(@Nullable VkImageView value) VkImageViewHandleInfoNVX.imageView
(@Nullable VkImageView value) VkRenderingAttachmentInfo.imageView
(@Nullable VkImageView value) VkRenderingFragmentDensityMapAttachmentInfoEXT.imageView
(@Nullable VkImageView value) VkRenderingFragmentShadingRateAttachmentInfoKHR.imageView
(@Nullable VkImageView value) VkVideoPictureResourceInfoKHR.imageViewBinding
(@Nullable VkImageView value) VkVideoEncodeQuantizationMapInfoKHR.quantizationMap
(@Nullable VkImageView value) VkRenderingAttachmentInfo.resolveImageView
(@Nullable VkImageView value) -
Uses of VkImageView in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkImageViewModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkImageView
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkImageViewModifier and TypeMethodDescription@Nullable VkImageView
VkImageView.Ptr.read()
@Nullable VkImageView
VkImageView.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkImageViewMethods in club.doki7.vulkan.handle with parameters of type VkImageViewModifier and TypeMethodDescriptionstatic VkImageView.Ptr
VkImageView.Ptr.allocate
(Arena arena, @Nullable VkImageView[] values) static VkImageView.Ptr
VkImageView.Ptr.allocateV
(Arena arena, @Nullable VkImageView value0, @Nullable VkImageView... values) void
VkImageView.Ptr.write
(long index, @Nullable VkImageView value) void
VkImageView.Ptr.write
(@Nullable VkImageView value) void
VkImageView.Ptr.write
(@Nullable VkImageView[] values) void
VkImageView.Ptr.writeV
(@Nullable VkImageView value0, @Nullable VkImageView... values)