Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorSetLayoutBinding.Ptr
Packages that use VkDescriptorSetLayoutBinding.Ptr
-
Uses of VkDescriptorSetLayoutBinding.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayoutBinding.PtrModifier and TypeMethodDescriptionVkDescriptorSetLayoutBinding.Ptr.at(long index, @NotNull Consumer<@NotNull VkDescriptorSetLayoutBinding> consumer) @NotNull VkDescriptorSetLayoutBinding.PtrVkDescriptorSetLayoutBinding.Ptr.offset(long offset) VkDescriptorSetLayoutCreateInfo.pBindings(int assumedCount) @NotNull VkDescriptorSetLayoutBinding.PtrVkDescriptorSetLayoutBinding.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayoutBinding.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetLayoutBinding.Ptrthat uses the same backing storage as thisVkDescriptorSetLayoutBinding.Ptr, but with the new size.VkDescriptorSetLayoutBinding.Ptr.slice(long end) @NotNull VkDescriptorSetLayoutBinding.PtrVkDescriptorSetLayoutBinding.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).