VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.Core.Burst.DisposableJobHandle Struct Reference
Inheritance diagram for VRC.Core.Burst.DisposableJobHandle:
Collaboration diagram for VRC.Core.Burst.DisposableJobHandle:

Public Member Functions

 DisposableJobHandle (JobHandle jobHandle)
 
void Complete ()
 
void Dispose ()
 
bool Equals (DisposableJobHandle other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static IList< DisposableJobHandleGetIncompleteDisposableJobs ()
 
static bool operator== (DisposableJobHandle a, DisposableJobHandle b)
 
static bool operator!= (DisposableJobHandle a, DisposableJobHandle b)
 
static implicit operator JobHandle (DisposableJobHandle disposableJobHandle)
 

Properties

bool IsCompleted [get]
 

Static Private Member Functions

static void CullCompleteJobs ()
 

Detailed Description

Definition at line 1104 of file VRCSDKBase.cs.

Constructor & Destructor Documentation

◆ DisposableJobHandle()

VRC.Core.Burst.DisposableJobHandle.DisposableJobHandle ( JobHandle  jobHandle)

Definition at line 1114 of file VRCSDKBase.cs.

Here is the call graph for this function:

Member Function Documentation

◆ Complete()

void VRC.Core.Burst.DisposableJobHandle.Complete ( )

Definition at line 1142 of file VRCSDKBase.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CullCompleteJobs()

static void VRC.Core.Burst.DisposableJobHandle.CullCompleteJobs ( )
staticprivate

Definition at line 1130 of file VRCSDKBase.cs.

Here is the caller graph for this function:

◆ Dispose()

void VRC.Core.Burst.DisposableJobHandle.Dispose ( )

Definition at line 1148 of file VRCSDKBase.cs.

Here is the call graph for this function:

◆ Equals() [1/2]

bool VRC.Core.Burst.DisposableJobHandle.Equals ( DisposableJobHandle  other)

Definition at line 1156 of file VRCSDKBase.cs.

Here is the caller graph for this function:

◆ Equals() [2/2]

override bool VRC.Core.Burst.DisposableJobHandle.Equals ( object  obj)

Definition at line 1162 of file VRCSDKBase.cs.

Here is the call graph for this function:

◆ GetHashCode()

override int VRC.Core.Burst.DisposableJobHandle.GetHashCode ( )

Definition at line 1187 of file VRCSDKBase.cs.

◆ GetIncompleteDisposableJobs()

static IList< DisposableJobHandle > VRC.Core.Burst.DisposableJobHandle.GetIncompleteDisposableJobs ( )
static

Definition at line 1124 of file VRCSDKBase.cs.

Here is the call graph for this function:

◆ operator JobHandle()

static implicit VRC.Core.Burst.DisposableJobHandle.operator JobHandle ( DisposableJobHandle  disposableJobHandle)
static

Definition at line 1181 of file VRCSDKBase.cs.

◆ operator!=()

static bool VRC.Core.Burst.DisposableJobHandle.operator!= ( DisposableJobHandle  a,
DisposableJobHandle  b 
)
static

Definition at line 1176 of file VRCSDKBase.cs.

◆ operator==()

static bool VRC.Core.Burst.DisposableJobHandle.operator== ( DisposableJobHandle  a,
DisposableJobHandle  b 
)
static

Definition at line 1171 of file VRCSDKBase.cs.

Here is the call graph for this function:

Property Documentation

◆ IsCompleted

bool VRC.Core.Burst.DisposableJobHandle.IsCompleted
get

Definition at line 1111 of file VRCSDKBase.cs.


The documentation for this struct was generated from the following file: