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