Iris icon indicating copy to clipboard operation
Iris copied to clipboard

Iris should support `#pragma once` for shader pack developers

Open coderbot16 opened this issue 3 years ago • 0 comments

This is convenient in larger shader packs where a single library file might be included many times. Using include guards is tedious especially since standard include guard systems are recognized as toggleable options.

https://en.wikipedia.org/wiki/Pragma_once

coderbot16 avatar Aug 04 '21 01:08 coderbot16