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