.FSH 文件扩展名

Fragment Shader File

开发者 OpenGL
受欢迎程度
4.3  |  53 
 

什么是 FSH 文件?

An FSH file contains fragment shading properties in the OpenGL Shading Language (GLSL). It stores fragment shading code run by a GPU to render 3D graphics with color, shadows, and other effects. FSH files may also be saved as .FRAG files.

更多信息

GLSL is a high-level shading language utilized by Open Graphics Library OpenGL, which is an application programming interface (API) that renders 2D and 3D graphics. Various applications utilize OpenGL, including Google Earth, Minecraft, and Adobe Photoshop.

FSH files contain data that shades a fragment, which is a pixel in a rasterized triangle that makes up a 3D image. When rendered by the GPU, the code in the FSH file determines the color (includes the saturation, hue, brightness, and contrast) of the pixels in the graphics.

注: Fragment shaders differ from vertex shaders (.VSH and .VERT files), which store vertex code required to manipulate the position of the triangle mesh vertices that make up a 3D model.

如何打开 FSH 文件

You can open FSH files with the tools included with OpenGL SDK (multiplatform) and Apple Xcode (macOS). You can also open and edit FSH files with source code editors, such as Microsoft Visual Studio Code (multiplatform).

While you can open FSH files with plain text editors, such as Microsoft Notepad (bundled with Windows), Apple TextEdit (bundled with macOS), or gedit (Linux), these editors do not provide helpful editing capabilities (like syntax highlighting) like source code editors.

注: You can also open FSH files with AMD GPU ShaderAnalyzer (Windows) and Apple OpenGL Shader Builder (macOS), but they are discontinued.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 FSH 文件的程序

分类: 3D 图像
更新时间: 2021-09-23

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Fragment Shader 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们