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