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