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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineExecutablePropertiesKHR.Ptr
that 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).