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

Method SetLayer

modules/ANativeWindowCreator.h:807–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805 }
806
807 void SetLayer(int32_t z)
808 {
809 if (nullptr == data || 8 < SystemVersion)
810 return;
811
812 ApiInvoker<"SurfaceControl::SetLayer@v8">()(data, z);
813 }
814
815 void DestroySurface(Surface *surface)
816 {

Callers 2

CreateSurfaceMethod · 0.45
MirrorSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected