Skip to content

Collection of Unity Burst samples

Notifications You must be signed in to change notification settings

keijiro/BurstTestbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Languages