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