Tatooine
geometryshader.h
Go to the documentation of this file.
1#ifndef TATOOINE_GL_GEOMETRYSHADER_H
2#define TATOOINE_GL_GEOMETRYSHADER_H
3//==============================================================================
4#include <string>
5
6#include "dllexport.h"
7#include "shaderstage.h"
8//==============================================================================
9namespace tatooine::gl {
10//==============================================================================
12 public:
13 DLL_API geometryshader(std::filesystem::path const& sourcepath);
14 DLL_API geometryshader(shadersource const& sourcepath);
16};
17//==============================================================================
18} // namespace tatooine::gl
19//==============================================================================
20#endif
Definition: geometryshader.h:11
DLL_API geometryshader(std::filesystem::path const &sourcepath)
DLL_API geometryshader(shadersource const &sourcepath)
DLL_API geometryshader(geometryshader &&other)
Definition: shaderstage.h:21
Definition: ansiformat.h:6
Definition: shadersource.h:8