st/dri: Set next in template instead of after creation. (v2)
[mesa.git] / src / gallium / docs / source / screen.rst
index 3a9ccb4246b392ae823b8bf88bbf32353ecbbe85..a40461fed708b26ebcc09ba94e961c18f6f83160 100644 (file)
@@ -943,7 +943,11 @@ replaced by ``nr_storage_samples``.
 
 **flags** bitmask of PIPE_RESOURCE_FLAG flags.
 
+**next**: Pointer to the next plane for resources that consist of multiple
+memory planes.
 
+As a corollary, this mean resources for an image with multiple planes have
+to be created starting from the highest plane.
 
 resource_changed
 ^^^^^^^^^^^^^^^^