This blog post contains only source code for shaders. Full tutorial is on YouTube.
Category: How-to
clang, LLVM, IR
In this post I'll show you how to download, install and use clang on Windows. Ok but, what is clang in a first place? clang is compiler front-end for C, C++ and Objective-C languages. Front-end means that it takes source code and turns it into IR. IR stands for Intermediate Representation and it's sort of Read More ...