Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
Packages that use VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
-
Uses of VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFrameBoundaryFeaturesEXT.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFrameBoundaryFeaturesEXT> consumer) VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.offset
(long offset) VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.slice
(long end) VkPhysicalDeviceFrameBoundaryFeaturesEXT.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).