Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
bool ovrHmdStruct::SupportsFormat(int64_t format) const
312
{
313
return std::find(SupportedFormats.begin(), SupportedFormats.end(), format) != SupportedFormats.end();
314
}
Callers
3
NegotiateFormat
Method · 0.80
Create
Method · 0.80
Create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected