A LayerStack identifies a Z-ordered group of layers. A layer can only be associated to a single LayerStack, but a LayerStack can be associated to multiple displays, mirroring the same content.
| 181 | // A LayerStack identifies a Z-ordered group of layers. A layer can only be associated to a single |
| 182 | // LayerStack, but a LayerStack can be associated to multiple displays, mirroring the same content. |
| 183 | struct LayerStack |
| 184 | { |
| 185 | uint32_t id = UINT32_MAX; |
| 186 | }; |
| 187 | |
| 188 | // A simple value type representing a two-dimensional size. |
| 189 | struct Size |
nothing calls this directly
no outgoing calls
no test coverage detected