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