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