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