X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.h;fp=source%2Fcore%2Fpipelinestate.h;h=478705367a1b67a67b125f85f752a8f46d6014ee;hb=190a7e11237351f6b730c28f7b16f183e8adc69c;hp=6d4d2f6441099a2565fc2d245e57f475bacd49f6;hpb=be6ffe96ecb4707599fe1a6f620c348760213d46;p=libs%2Fgl.git diff --git a/source/core/pipelinestate.h b/source/core/pipelinestate.h index 6d4d2f64..47870536 100644 --- a/source/core/pipelinestate.h +++ b/source/core/pipelinestate.h @@ -20,6 +20,11 @@ class Texture; class UniformBlock; class VertexSetup; +/** +Stores state for the entire GPU pipeline. + +Applications normally use the higher-level Renderer class rather than this. +*/ class PipelineState: public PipelineStateBackend { friend PipelineStateBackend;