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