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