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