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 TypeMethodDescriptionint
VkDeviceCommands.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.Ptr
static VkPipelineLayout.Ptr
static VkPipelineLayout.Ptr
VkPipelineLayout.Ptr.allocate
(Arena arena, @Nullable VkPipelineLayout[] values) static VkPipelineLayout.Ptr
VkPipelineLayout.Ptr.allocateV
(Arena arena, @Nullable VkPipelineLayout value0, @Nullable VkPipelineLayout... values) VkPipelineLayout.Ptr.offset
(long offset) VkPipelineLayout.Ptr.reinterpret
(long newSize) Assume theVkPipelineLayout.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPipelineLayout.Ptr
that 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).