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