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 TypeMethodDescriptionint
VkDeviceCommands.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.Ptr
does not have correctsize()
property.VkRenderPassAttachmentBeginInfo.pAttachments()
Note: the returnedVkImageView.Ptr
does 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.Ptr
static VkImageView.Ptr
static VkImageView.Ptr
VkImageView.Ptr.allocate
(Arena arena, @Nullable VkImageView @NotNull [] values) static VkImageView.Ptr
VkImageView.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkImageView> values) static VkImageView.Ptr
VkImageView.Ptr.allocateV
(Arena arena, @Nullable VkImageView value0, @Nullable VkImageView... values) VkImageView.Ptr.offset
(long offset) VkImageView.Ptr.reinterpret
(long newSize) Assume theVkImageView.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkImageView.Ptr
that 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).