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