Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr
Packages that use VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr
-
Uses of VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceUniformBufferStandardLayoutFeatures.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceUniformBufferStandardLayoutFeatures> consumer) VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr.offset(long offset) VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr, but with the new size.VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr.slice(long end) VkPhysicalDeviceUniformBufferStandardLayoutFeatures.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).