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

Method GetVideoStreamTextureGL

headers/openvr_api.cs:2680–2685  ·  view source on GitHub ↗
(ulong hTrackedCamera,EVRTrackedCameraFrameType eFrameType,ref uint pglTextureId,ref CameraVideoStreamFrameHeader_t pFrameHeader,uint nFrameHeaderSize)

Source from the content-addressed store, hash-verified

2678 return result;
2679 }
2680 public EVRTrackedCameraError GetVideoStreamTextureGL(ulong hTrackedCamera,EVRTrackedCameraFrameType eFrameType,ref uint pglTextureId,ref CameraVideoStreamFrameHeader_t pFrameHeader,uint nFrameHeaderSize)
2681 {
2682 pglTextureId = 0;
2683 EVRTrackedCameraError result = FnTable.GetVideoStreamTextureGL(hTrackedCamera,eFrameType,ref pglTextureId,ref pFrameHeader,nFrameHeaderSize);
2684 return result;
2685 }
2686 public EVRTrackedCameraError ReleaseVideoStreamTextureGL(ulong hTrackedCamera,uint glTextureId)
2687 {
2688 EVRTrackedCameraError result = FnTable.ReleaseVideoStreamTextureGL(hTrackedCamera,glTextureId);

Callers 1

PrerenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected