Uses of Record Class
club.doki7.vulkan.datatype.VkViewportSwizzleNV.Ptr
Packages that use VkViewportSwizzleNV.Ptr
-
Uses of VkViewportSwizzleNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkViewportSwizzleNV.PtrModifier and TypeMethodDescriptionstatic VkViewportSwizzleNV.PtrVkViewportSwizzleNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkViewportSwizzleNV> consumer) @NotNull VkViewportSwizzleNV.PtrVkViewportSwizzleNV.Ptr.offset(long offset) VkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzles(int assumedCount) @NotNull VkViewportSwizzleNV.PtrVkViewportSwizzleNV.Ptr.reinterpret(long newSize) Assume theVkViewportSwizzleNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkViewportSwizzleNV.Ptrthat uses the same backing storage as thisVkViewportSwizzleNV.Ptr, but with the new size.VkViewportSwizzleNV.Ptr.slice(long end) @NotNull VkViewportSwizzleNV.PtrVkViewportSwizzleNV.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).