Aliasing
Compile-time aliasing intrinsics.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.Burst.CompilerServices
- Assembly: UnityEngine.BurstModule
public static class Aliasing
Static Methods
Method | Description |
|---|---|
| ExpectAliased | Will cause a compiler error in Burst-compiled code if a and b do not alias. |
| ExpectNotAliased | Will cause a compiler error in Burst-compiled code if a and b can alias. |