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