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