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