Uses of Record Class
club.doki7.vulkan.handle.VkImageView.Ptr
Packages that use VkImageView.Ptr
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkImageView.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageView.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createImageView(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) -
Uses of VkImageView.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkImageView.PtrModifier and TypeMethodDescriptionVkFramebufferCreateInfo.pAttachments()Note: the returnedVkImageView.Ptrdoes not have correctsize()property.VkRenderPassAttachmentBeginInfo.pAttachments()Note: the returnedVkImageView.Ptrdoes not have correctsize()property.Methods in club.doki7.vulkan.datatype with parameters of type VkImageView.PtrModifier and TypeMethodDescriptionVkFramebufferCreateInfo.pAttachments(VkImageView.Ptr value) VkRenderPassAttachmentBeginInfo.pAttachments(VkImageView.Ptr value) -
Uses of VkImageView.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkImageView.PtrModifier and TypeMethodDescriptionstatic VkImageView.Ptrstatic VkImageView.Ptrstatic VkImageView.PtrVkImageView.Ptr.allocate(Arena arena, @Nullable VkImageView @NotNull [] values) static VkImageView.PtrVkImageView.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkImageView> values) static VkImageView.PtrVkImageView.Ptr.allocateV(Arena arena, @Nullable VkImageView value0, @Nullable VkImageView... values) VkImageView.Ptr.offset(long offset) VkImageView.Ptr.reinterpret(long newSize) Assume theVkImageView.Ptris capable of holding at leastnewSizehandles, create a new viewVkImageView.Ptrthat uses the same backing storage as thisVkImageView.Ptr, but with the new size.VkImageView.Ptr.slice(long end) VkImageView.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).