MCPcopy Create free account
hub / github.com/Bzi-Han/AndroidSurfaceImgui / LayerStack

Class LayerStack

modules/ANativeWindowCreator.h:183–186  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected