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