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