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

Method TextureD3D

Revive/TextureD3D.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <glad/glad_wgl.h>
8
9TextureD3D::TextureD3D(ID3D11Device* pDevice)
10 : m_pDevice(pDevice)
11 , m_data()
12 , m_hInteropDevice(nullptr)
13 , m_hInteropTarget(nullptr)
14{
15}
16
17TextureD3D::TextureD3D(ID3D12CommandQueue* pQueue)
18 : m_pQueue(pQueue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected