JoyPanda / BurstTestbed

Collection of Unity Burst samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BurstTestbed

photo

This repository contains some small samples for the Unity Burst compiler.

At the moment, the following samples are included:

  • DirectCallTest shows how to use the Burst direct call feature.
  • IntrinsicsTest shows use of Arm Neon intrinsics within a Burst function.
  • Scrambler is a sample encrypting/decrypting an image using a simple algorithm.
  • SpanTest shows use of System.Span<T> within a Burst function.

About

Collection of Unity Burst samples


Languages

Language:C# 100.0%