TerraForge3D  2.3.1
3D Terrain And Landscape Generator
ExportTexture.h
1#pragma once
2
3#include <string>
4
5void ExportTexture(int fbo, std::string path, int w, int h);