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

Method ovrTextureSwapChainData

Revive/TextureBase.cpp:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "TextureBase.h"
2
3ovrTextureSwapChainData::ovrTextureSwapChainData(ovrTextureSwapChainDesc desc)
4 : Length(REV_SWAPCHAIN_MAX_LENGTH)
5 , Identifier(0)
6 , CurrentIndex(0)
7 , SubmitIndex(0)
8 , Desc(desc)
9 , Overlay(vr::k_ulOverlayHandleInvalid)
10 , Textures()
11{
12}
13
14ovrTextureSwapChainData::~ovrTextureSwapChainData()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected