Branimir Karadžić 4470f7097c Fixed HLSL reflection for samplers. 10 anos atrás
..
.gitignore dee3fe5266 Initial commit. 13 anos atrás
COPYING dee3fe5266 Initial commit. 13 anos atrás
FPPBase.h dee3fe5266 Initial commit. 13 anos atrás
FPP_protos.h dee3fe5266 Initial commit. 13 anos atrás
README dee3fe5266 Initial commit. 13 anos atrás
cpp.h a3b0dde24b Fixes. Added vsh output/fsh input hash matching. 13 anos atrás
cpp1.c ac6d6bd958 Removed closing stdout. 10 anos atrás
cpp2.c edb4da99b5 Removed amiga crap. 11 anos atrás
cpp3.c db6cc187ca Fixed warnings. Rebuilt Linux shaderc binary. 12 anos atrás
cpp4.c 4470f7097c Fixed HLSL reflection for samplers. 10 anos atrás
cpp5.c db6cc187ca Fixed warnings. Rebuilt Linux shaderc binary. 12 anos atrás
cpp6.c 67218d7ce1 Fixed warning. 10 anos atrás
cppadd.h d465d7279e Fixed glsl-optimizer and fcpp warnings. 12 anos atrás
cppdef.h dee3fe5266 Initial commit. 13 anos atrás
fpp.exp dee3fe5266 Initial commit. 13 anos atrás
fpp.fd dee3fe5266 Initial commit. 13 anos atrás
fpp.h 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. 13 anos atrás
fpp_pragmas.h dee3fe5266 Initial commit. 13 anos atrás
makefile dee3fe5266 Initial commit. 13 anos atrás
usecpp.c dee3fe5266 Initial commit. 13 anos atrás

README

Frexx CPP (C Preprocessor)

Copyright (c) by Daniel Stenberg 1993 - 2011

This is a C preprocessor. It is a project based on public domain code, then
forked by Daniel in 1993 and future work has been done under a BSD license.

The C preprocessor is now (mostly?) ANSI C compliant, and some tweaks have
been applied to also make it fairly usable to process other data files, such
as HTML for simple web sites.

WWW: http://daniel.haxx.se/projects/fcpp/
Code: https://github.com/bagder/fcpp