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