GLIP-Lib
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
Glip::CoreGL::ShaderSource::LineInfo Class Reference

Information about a specific line in ShaderSource. More...

#include <ShaderSource.hpp>

Public Member Functions

 LineInfo (void)
 LineInfo constructor.
 
 LineInfo (const std::string &_sourceName, int _lineNumber)
 LineInfo constructor. More...
 

Public Attributes

int lineNumber
 The number of the line (including the offset).
 
std::string sourceName
 The name of the source (for example, the filename).
 

Detailed Description

Information about a specific line in ShaderSource.

Constructor & Destructor Documentation

ShaderSource::LineInfo::LineInfo ( const std::string &  _sourceName,
int  _lineNumber 
)

LineInfo constructor.

Parameters
_sourceNameThe name of the source for the particular line.
_lineNumberThe original line number in the given source.

The documentation for this class was generated from the following files: