MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetOverlayPreCurvePitch

Method GetOverlayPreCurvePitch

headers/openvr_api.cs:3512–3517  ·  view source on GitHub ↗
(ulong ulOverlayHandle,ref float pfRadians)

Source from the content-addressed store, hash-verified

3510 return result;
3511 }
3512 public EVROverlayError GetOverlayPreCurvePitch(ulong ulOverlayHandle,ref float pfRadians)
3513 {
3514 pfRadians = 0;
3515 EVROverlayError result = FnTable.GetOverlayPreCurvePitch(ulOverlayHandle,ref pfRadians);
3516 return result;
3517 }
3518 public EVROverlayError SetOverlayTextureColorSpace(ulong ulOverlayHandle,EColorSpace eTextureColorSpace)
3519 {
3520 EVROverlayError result = FnTable.SetOverlayTextureColorSpace(ulOverlayHandle,eTextureColorSpace);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected