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