MeshLib
 
Loading...
Searching...
No Matches
MRMeshShader.h
Go to the documentation of this file.
1#pragma once
2#include "exports.h"
3#include <string>
4
5namespace MR
6{
7
8MRVIEWER_API std::string getMeshVerticesShader();
9
10MRVIEWER_API std::string getMeshFragmentShader( bool gl4, bool alphaSort );
11
12MRVIEWER_API std::string getMeshFragmentShaderArgumetsBlock();
13
14MRVIEWER_API std::string getMeshFragmentShaderColoringBlock();
15
16}
Definition MRCameraOrientationPlugin.h:7
MRVIEWER_API std::string getMeshVerticesShader()
MRVIEWER_API std::string getMeshFragmentShaderColoringBlock()
MRVIEWER_API std::string getMeshFragmentShader(bool gl4, bool alphaSort)
MRVIEWER_API std::string getMeshFragmentShaderArgumetsBlock()