Uses of Record Class
club.doki7.vulkan.datatype.VkExtent3D
Packages that use VkExtent3D
-
Uses of VkExtent3D in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExtent3DModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkExtent3D
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExtent3DModifier and TypeMethodDescriptionstatic VkExtent3D
@NotNull VkExtent3D
VkExtent3D.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkExtent3D
VkExtent3D.clone
(Arena arena, VkExtent3D src) VkExtent3D.depth
(int value) @NotNull VkExtent3D
VkImageCopy.extent()
@NotNull VkExtent3D
VkImageCopy2.extent()
@NotNull VkExtent3D
VkImageCreateInfo.extent()
@NotNull VkExtent3D
VkImageResolve.extent()
@NotNull VkExtent3D
VkImageResolve2.extent()
@NotNull VkExtent3D
VkSparseImageMemoryBind.extent()
VkExtent3D.height
(int value) @NotNull VkExtent3D
VkBufferImageCopy.imageExtent()
@NotNull VkExtent3D
VkBufferImageCopy2.imageExtent()
@NotNull VkExtent3D
VkCopyMemoryToImageIndirectCommandNV.imageExtent()
@NotNull VkExtent3D
VkImageToMemoryCopy.imageExtent()
@NotNull VkExtent3D
VkMemoryToImageCopy.imageExtent()
@NotNull VkExtent3D
VkSparseImageFormatProperties.imageGranularity()
@NotNull VkExtent3D
VkImageFormatProperties.maxExtent()
@NotNull VkExtent3D
VkQueueFamilyProperties.minImageTransferGranularity()
@NotNull VkExtent3D
VkTilePropertiesQCOM.tileSize()
VkExtent3D.Ptr.toArray()
VkExtent3D.width
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExtent3DMethods in club.doki7.vulkan.datatype with parameters of type VkExtent3DModifier and TypeMethodDescriptionstatic VkExtent3D
VkExtent3D.clone
(Arena arena, VkExtent3D src) VkImageCopy.extent
(@NotNull VkExtent3D value) VkImageCopy2.extent
(@NotNull VkExtent3D value) VkImageCreateInfo.extent
(@NotNull VkExtent3D value) VkImageResolve.extent
(@NotNull VkExtent3D value) VkImageResolve2.extent
(@NotNull VkExtent3D value) VkSparseImageMemoryBind.extent
(@NotNull VkExtent3D value) VkBufferImageCopy.imageExtent
(@NotNull VkExtent3D value) VkBufferImageCopy2.imageExtent
(@NotNull VkExtent3D value) VkCopyMemoryToImageIndirectCommandNV.imageExtent
(@NotNull VkExtent3D value) VkImageToMemoryCopy.imageExtent
(@NotNull VkExtent3D value) VkMemoryToImageCopy.imageExtent
(@NotNull VkExtent3D value) VkSparseImageFormatProperties.imageGranularity
(@NotNull VkExtent3D value) VkImageFormatProperties.maxExtent
(@NotNull VkExtent3D value) VkQueueFamilyProperties.minImageTransferGranularity
(@NotNull VkExtent3D value) VkTilePropertiesQCOM.tileSize
(@NotNull VkExtent3D value) void
VkExtent3D.Ptr.write
(long index, @NotNull VkExtent3D value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExtent3DModifier and TypeMethodDescriptionVkImageCopy.extent
(Consumer<@NotNull VkExtent3D> consumer) VkImageCopy2.extent
(Consumer<@NotNull VkExtent3D> consumer) VkImageCreateInfo.extent
(Consumer<@NotNull VkExtent3D> consumer) VkImageResolve.extent
(Consumer<@NotNull VkExtent3D> consumer) VkImageResolve2.extent
(Consumer<@NotNull VkExtent3D> consumer) VkSparseImageMemoryBind.extent
(Consumer<@NotNull VkExtent3D> consumer) VkBufferImageCopy.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkBufferImageCopy2.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkCopyMemoryToImageIndirectCommandNV.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkImageToMemoryCopy.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkMemoryToImageCopy.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkSparseImageFormatProperties.imageGranularity
(Consumer<@NotNull VkExtent3D> consumer) VkImageFormatProperties.maxExtent
(Consumer<@NotNull VkExtent3D> consumer) VkQueueFamilyProperties.minImageTransferGranularity
(Consumer<@NotNull VkExtent3D> consumer) VkTilePropertiesQCOM.tileSize
(Consumer<@NotNull VkExtent3D> consumer)