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