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