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