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