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