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