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