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