MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / BackbufferPtrAndState

Class BackbufferPtrAndState

Source/engine/backbuffer_state.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25struct BackbufferPtrAndState {
26 void *ptr;
27 BackbufferState state;
28};
29
30std::vector<BackbufferPtrAndState> States;
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected