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 recordRepresents a pointer to / an array ofVkExtent3Dstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExtent3DModifier and TypeMethodDescriptionstatic VkExtent3D@NotNull VkExtent3DVkExtent3D.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkExtent3DVkExtent3D.clone(Arena arena, VkExtent3D src) VkExtent3D.depth(int value) @NotNull VkExtent3DVkImageCopy.extent()@NotNull VkExtent3DVkImageCopy2.extent()@NotNull VkExtent3DVkImageCreateInfo.extent()@NotNull VkExtent3DVkImageResolve.extent()@NotNull VkExtent3DVkImageResolve2.extent()@NotNull VkExtent3DVkSparseImageMemoryBind.extent()VkExtent3D.height(int value) @NotNull VkExtent3DVkBufferImageCopy.imageExtent()@NotNull VkExtent3DVkBufferImageCopy2.imageExtent()@NotNull VkExtent3DVkCopyMemoryToImageIndirectCommandNV.imageExtent()@NotNull VkExtent3DVkImageToMemoryCopy.imageExtent()@NotNull VkExtent3DVkMemoryToImageCopy.imageExtent()@NotNull VkExtent3DVkSparseImageFormatProperties.imageGranularity()@NotNull VkExtent3DVkImageFormatProperties.maxExtent()@NotNull VkExtent3DVkQueueFamilyProperties.minImageTransferGranularity()@NotNull VkExtent3DVkTilePropertiesQCOM.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 VkExtent3DVkExtent3D.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) voidVkExtent3D.Ptr.write(long index, @NotNull VkExtent3D value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExtent3DModifier and TypeMethodDescriptionVkExtent3D.Ptr.at(long index, @NotNull Consumer<@NotNull VkExtent3D> consumer) VkImageCopy.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)