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