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