MCPcopy Create free account
hub / github.com/LibreVR/Revive / SupportsFormat

Method SupportsFormat

ReviveXR/Session.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311bool ovrHmdStruct::SupportsFormat(int64_t format) const
312{
313 return std::find(SupportedFormats.begin(), SupportedFormats.end(), format) != SupportedFormats.end();
314}

Callers 3

NegotiateFormatMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected