![]() |
VR-Forces 4.10 Class Documentation
|
RAII container class to delete shader after scope good for holding shaders until they are linked into a program use by passing myShaderId to DtGlShader::compileShader() More...
Public Member Functions | |
| DtScopedShaderContainer () | |
| ctor More... | |
| virtual | ~DtScopedShaderContainer () |
| dtor More... | |
Public Attributes | |
| unsigned int | myShaderId |
Private Member Functions | |
| DtScopedShaderContainer (const DtScopedShaderContainer &rhs)=delete | |
| not allowed More... | |
| DtScopedShaderContainer & | operator= (const DtScopedShaderContainer &rhs)=delete |
| not allowed More... | |
RAII container class to delete shader after scope good for holding shaders until they are linked into a program use by passing myShaderId to DtGlShader::compileShader()
| makVrv::DtScopedShaderContainer::DtScopedShaderContainer | ( | ) |
ctor
|
virtual |
dtor
|
privatedelete |
not allowed
|
privatedelete |
not allowed