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