I hereby claim:
- I am lukasreuter on github.
- I am lukasreuter (https://keybase.io/lukasreuter) on keybase.
- I have a public key ASAEvdFrs6IVW5fFEuEqNtu_XIARncAYvwZss6heTghwCgo
To claim this, I am signing this object:
using Unity.Burst; | |
using Unity.Collections; | |
using Unity.Jobs; | |
namespace Tests | |
{ | |
[BurstCompile(CompileSynchronously = true, FloatMode = FloatMode.Fast, OptimizeFor = OptimizeFor.Performance, | |
DisableSafetyChecks = true)] | |
public struct MaxForLoopJob : IJob | |
{ |
using System.Collections.Generic; | |
using Assets.Scripts; | |
using UnityEngine; | |
using Valve.VR; | |
namespace Assets { | |
public class Portal : MonoBehaviour { | |
private static readonly Dictionary<StereoTargetEyeMask, Rect> Viewports = new Dictionary<StereoTargetEyeMask, Rect> { | |
{ StereoTargetEyeMask.None, new Rect(0, 0, 1, 1) }, | |
{ StereoTargetEyeMask.Left, new Rect(0, 0, .5f, 1) }, |
I hereby claim:
To claim this, I am signing this object: