This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| bool | disposed ( ) |
| int | m_numBytes ( ) |
| IntPtr | m_ptr ( ) |
OVRNativeBuffer ( int numBytes ) Creates a buffer of the specified size. | |
| void | Reset ( int numBytes ) Reallocates the buffer with the specified new size. |
| int | GetCapacity ( ) The current number of bytes in the buffer. |
| IntPtr | GetPointer ( int byteOffset ) A pointer to the unmanaged memory in the buffer, starting at the given offset in bytes. |
| void | Dispose ( ) Releases all resource used by the OVRNativeBuffer object. |
~OVRNativeBuffer ( ) Releases unmanaged resources and performs other cleanup operations before the OVRNativeBuffer is reclaimed by garbage collection. | |
| void | Dispose ( bool disposing ) |
| void | Reallocate ( int numBytes ) |
| void | Release ( ) |