Skip to content

Instantly share code, notes, and snippets.

View lukasreuter's full-sized avatar
🗿
Focusing

Lukas Reuter lukasreuter

🗿
Focusing
  • Honigstudios
  • Berlin, Germany
View GitHub Profile
@lukasreuter
lukasreuter / MaxForLoopJob.cs
Last active January 18, 2023 10:01
Lingen Benchmarking (needs Performance Testing package)
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) },

Keybase proof

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: