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