OpenClonk
StdMeshMaterialShader Class Reference

#include <StdMeshMaterial.h>

Public Member Functions

 StdMeshMaterialShader (const char *filename, const char *name, const char *language, StdMeshMaterialShaderType, const char *code)
 
const char * GetFilename () const
 
const char * GetCode () const
 

Detailed Description

Definition at line 139 of file StdMeshMaterial.h.

Constructor & Destructor Documentation

◆ StdMeshMaterialShader()

StdMeshMaterialShader::StdMeshMaterialShader ( const char *  filename,
const char *  name,
const char *  language,
StdMeshMaterialShaderType  ,
const char *  code 
)
inline

Definition at line 142 of file StdMeshMaterial.h.

142  :
143  Filename(filename), Name(name), Language(language), Code(code)
144  {}

Member Function Documentation

◆ GetCode()

const char* StdMeshMaterialShader::GetCode ( ) const
inline

Definition at line 147 of file StdMeshMaterial.h.

147 { return Code.getData(); }
const char * getData() const
Definition: StdBuf.h:442

References StdStrBuf::getData().

Here is the call graph for this function:

◆ GetFilename()

const char* StdMeshMaterialShader::GetFilename ( ) const
inline

Definition at line 146 of file StdMeshMaterial.h.

146 { return Filename.getData(); }

References StdStrBuf::getData().

Here is the call graph for this function:

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