MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPointsShader.h
Go to the documentation of this file.
1#pragma once
2#include "exports.h"
3#include "MRShaderBlocks.h"
4#include <string>
5
6namespace MR
7{
8
9MRVIEWER_API std::string getPointsVertexShader();
10MRVIEWER_API std::string getPointsFragmentShader( ShaderTransparencyMode mode );
11
12}
Definition MRCameraOrientationPlugin.h:8
ShaderTransparencyMode
Definition MRShaderBlocks.h:9
MRVIEWER_API std::string getPointsFragmentShader(ShaderTransparencyMode mode)
MRVIEWER_API std::string getPointsVertexShader()