MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / osvrClientGetNumSurfacesForViewerEye

Function osvrClientGetNumSurfacesForViewerEye

inc/osvr/ClientKit/Display.h:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53inline OSVR_ReturnCode
54osvrClientGetNumSurfacesForViewerEye(OSVR_DisplayConfig disp,
55 OSVR_ViewerCount viewer, OSVR_EyeCount eye,
56 OSVR_SurfaceCount &surfaces) {
57 return osvrClientGetNumSurfacesForViewerEye(disp, viewer, eye, &surfaces);
58}
59
60inline OSVR_ReturnCode osvrClientGetRelativeViewportForViewerEyeSurface(
61 OSVR_DisplayConfig disp, OSVR_ViewerCount viewer, OSVR_EyeCount eye,

Callers 3

getNumSurfacesMethod · 0.70
mainFunction · 0.50
renderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected