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