Skip to content

Instantly share code, notes, and snippets.

View AmeliaMesdag's full-sized avatar

Amelia Mesdag AmeliaMesdag

View GitHub Profile
@AmeliaMesdag
AmeliaMesdag / GPUOptimizationForGames.md
Created November 24, 2019 05:59 — forked from silvesthu/GPUOptimizationForGameDev.md
GPU Optimization for Games
using UnityEngine;
using System.Collections;
public struct FloatOneEuroData
{
public float dx;
public float edx;
public float cutoff;
public float filthatxprev;
public float dfilthatxprev;