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