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