Uses of Record Class
club.doki7.vulkan.handle.VkFramebuffer.Ptr
Packages that use VkFramebuffer.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkFramebuffer.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFramebuffer.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createFramebuffer(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) -
Uses of VkFramebuffer.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkFramebuffer.PtrModifier and TypeMethodDescriptionstatic VkFramebuffer.Ptrstatic VkFramebuffer.Ptrstatic VkFramebuffer.PtrVkFramebuffer.Ptr.allocate(Arena arena, @Nullable VkFramebuffer @NotNull [] values) static VkFramebuffer.PtrVkFramebuffer.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkFramebuffer> values) static VkFramebuffer.PtrVkFramebuffer.Ptr.allocateV(Arena arena, @Nullable VkFramebuffer value0, @Nullable VkFramebuffer... values) VkFramebuffer.Ptr.offset(long offset) VkFramebuffer.Ptr.reinterpret(long newSize) Assume theVkFramebuffer.Ptris capable of holding at leastnewSizehandles, create a new viewVkFramebuffer.Ptrthat uses the same backing storage as thisVkFramebuffer.Ptr, but with the new size.VkFramebuffer.Ptr.slice(long end) VkFramebuffer.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).