Uses of Record Class
club.doki7.vulkan.datatype.VkDirectFBSurfaceCreateInfoEXT.Ptr
Packages that use VkDirectFBSurfaceCreateInfoEXT.Ptr
-
Uses of VkDirectFBSurfaceCreateInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDirectFBSurfaceCreateInfoEXT.PtrModifier and TypeMethodDescriptionVkDirectFBSurfaceCreateInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDirectFBSurfaceCreateInfoEXT> consumer) @NotNull VkDirectFBSurfaceCreateInfoEXT.Ptr
VkDirectFBSurfaceCreateInfoEXT.Ptr.offset
(long offset) @NotNull VkDirectFBSurfaceCreateInfoEXT.Ptr
VkDirectFBSurfaceCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDirectFBSurfaceCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDirectFBSurfaceCreateInfoEXT.Ptr
that uses the same backing storage as thisVkDirectFBSurfaceCreateInfoEXT.Ptr
, but with the new size.VkDirectFBSurfaceCreateInfoEXT.Ptr.slice
(long end) @NotNull VkDirectFBSurfaceCreateInfoEXT.Ptr
VkDirectFBSurfaceCreateInfoEXT.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).