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