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