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