18 lines
435 B
HLSL
Raw Normal View History

2025-07-11 15:42:48 +05:00
/******************************************************************************/
/*
Project - MudBun
Publisher - Long Bunny Labs
http://LongBunnyLabs.com
Author - Ming-Lun "Allen" Chou
http://AllenChou.net
*/
/******************************************************************************/
#ifndef MUDBUN_SDF
#define MUDBUN_SDF
#include "Primitives.cginc"
#include "Operators.cginc"
#endif