Tag

Vertex Shader

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 27, 2022 · Frontend Development

Understanding Shaders in WebGL1: Vertex and Fragment Shaders, GLSL Syntax, and Cube Rendering

This article provides a comprehensive guide to WebGL1 shaders, explaining the roles of vertex and fragment shaders, GLSL syntax, storage qualifiers, precision, control structures, and demonstrates rendering a 3D cube with indexed drawing and reusable utility functions.

Fragment ShaderGLSLGraphics Programming
0 likes · 21 min read
Understanding Shaders in WebGL1: Vertex and Fragment Shaders, GLSL Syntax, and Cube Rendering
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Feb 14, 2022 · Game Development

Unlocking the Power of Shaders: A Deep Dive into OpenGL Rendering Pipeline

This article explains what shaders are, how they run on the GPU, and walks through each stage of the OpenGL graphics pipeline—from vertex processing to rasterization, fragment shading, and alpha testing—providing a comprehensive foundation for graphics programming.

Fragment ShaderGraphics PipelineOpenGL
0 likes · 10 min read
Unlocking the Power of Shaders: A Deep Dive into OpenGL Rendering Pipeline
政采云技术
政采云技术
Aug 10, 2021 · Frontend Development

WebGL Concepts and Fundamentals

This article introduces WebGL, covering its definition, history, basic concepts, working principles, and practical examples of drawing shapes using both native WebGL API and the Three.js framework.

3D graphics3D web developmentCanvas API
0 likes · 17 min read
WebGL Concepts and Fundamentals