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

Method HapticsBuffer

Revive/HapticsBuffer.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "HapticsBuffer.h"
2
3HapticsBuffer::HapticsBuffer()
4 : m_ReadIndex(0xFF)
5 , m_WriteIndex(0)
6 , m_Buffer()
7{
8}
9
10void HapticsBuffer::AddSamples(const ovrHapticsBuffer* buffer)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected