Skip to content

Instantly share code, notes, and snippets.

View b0nes164's full-sized avatar

Thomas Smith b0nes164

View GitHub Profile
@b0nes164
b0nes164 / MetalDebug.cs
Created January 11, 2024 09:13
Metal Debugging
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
public class MetalDebug : MonoBehaviour
{
[SerializeField]
private ComputeShader compute;