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