summaryrefslogtreecommitdiff
path: root/src/skybox.c
blob: 12ccc37434e2a5ace260c190645a43b37c49d0d9 (plain)
1
2
3
4
5
#include <celeritas.h>

struct skybox_storage {
  pipeline_handle skybox_pipeline;
};