···5151/*!
5252 * Get a (color) swapchain associated with a layer.
5353 *
5454- * @param cla self
5454+ * @param cl self
5555 * @param swapchain_index index of swapchain - typically this is 0 for most layers, the view index for projection.
56565757 * @public @memberof comp_layer
···6363/*!
6464 * Get a depth swapchain associated with a (projection with depth) layer
6565 *
6666- * @param cla self
6666+ * @param cl self
6767 * @param swapchain_index index of **color** swapchain - typically this is the view index.
6868 *
6969 * @public @memberof comp_layer