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