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

Method Destroy

headers/openvr_api.cs:4802–4806  ·  view source on GitHub ↗
(ulong ulQueueHandle)

Source from the content-addressed store, hash-verified

4800 return result;
4801 }
4802 public EBlockQueueError Destroy(ulong ulQueueHandle)
4803 {
4804 EBlockQueueError result = FnTable.Destroy(ulQueueHandle);
4805 return result;
4806 }
4807 public EBlockQueueError AcquireWriteOnlyBlock(ulong ulQueueHandle,ref ulong pulBlockHandle,ref IntPtr ppvBuffer)
4808 {
4809 pulBlockHandle = 0;

Callers 6

FixedUpdateMethod · 0.80
StartMethod · 0.80
GetSceneTextureFunction · 0.80
FixedUpdateMethod · 0.80
StartMethod · 0.80
GetSceneTextureFunction · 0.80

Calls

no outgoing calls

Tested by 2

FixedUpdateMethod · 0.64
FixedUpdateMethod · 0.64