X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;fp=source%2Fcore%2Fprogram.h;h=dab249f47684546f42cc64b2c0436f538c434126;hb=190a7e11237351f6b730c28f7b16f183e8adc69c;hp=770c6badc1cbe31a69945a805e1dd1346d8b91ff;hpb=be6ffe96ecb4707599fe1a6f620c348760213d46;p=libs%2Fgl.git diff --git a/source/core/program.h b/source/core/program.h index 770c6bad..dab249f4 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -13,8 +13,10 @@ namespace Msp { namespace GL { /** -A complete shader program. Programs can be assembled of individual Shaders or -generated with a set of standard features. +A shader program consisting of one or more stages. + +Programs are created from Modules. Specialization values can be applied to +customize behaviour of the module. */ class Program: public ProgramBackend {