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

Method NotificationBitmap_t

headers/openvr.h:3953–3959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3951struct NotificationBitmap_t
3952{
3953 NotificationBitmap_t()
3954 : m_pImageData( nullptr )
3955 , m_nWidth( 0 )
3956 , m_nHeight( 0 )
3957 , m_nBytesPerPixel( 0 )
3958 {
3959 }
3960
3961 void *m_pImageData;
3962 int32_t m_nWidth;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected