Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineRenderingCreateInfo.Ptr
Packages that use VkPipelineRenderingCreateInfo.Ptr
-
Uses of VkPipelineRenderingCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineRenderingCreateInfo.PtrModifier and TypeMethodDescription@NotNull VkPipelineRenderingCreateInfo.Ptr
VkPipelineRenderingCreateInfo.Ptr.offset
(long offset) @NotNull VkPipelineRenderingCreateInfo.Ptr
VkPipelineRenderingCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineRenderingCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRenderingCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineRenderingCreateInfo.Ptr
, but with the new size.VkPipelineRenderingCreateInfo.Ptr.slice
(long end) @NotNull VkPipelineRenderingCreateInfo.Ptr
VkPipelineRenderingCreateInfo.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).