Why does not use UniformBlocks in your openGL demo ? Is it not support in openGL ?
vinsentli opened this issue · 1 comments
vinsentli commented
corporateshark commented
Those demos can run on GLES2 which does not support uniform blocks.
Other demos, such as https://github.com/facebook/igl/tree/main/samples/desktop/Tiny, have higher minimal requirements and use more advanced features.