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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDynamicRenderingFeatures.Ptr
that 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).