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