<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Core Profile on PlumePHP</title><link>https://plumephp.com/tags/core-profile/</link><description>Recent content in Core Profile on PlumePHP</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Tue, 01 Sep 2026 12:00:00 +0800</lastBuildDate><atom:link href="https://plumephp.com/tags/core-profile/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenGL Core Profile 与管线：现代OpenGL编程指南</title><link>https://plumephp.com/opengl-core-profile-pipeline/</link><pubDate>Tue, 01 Sep 2026 12:00:00 +0800</pubDate><guid>https://plumephp.com/opengl-core-profile-pipeline/</guid><description>&lt;p&gt;OpenGL 是计算机图形学领域最历史悠久、应用最广泛的跨平台图形 API 之一。然而，许多开发者对 OpenGL 的印象仍然停留在二十年前——&lt;code&gt;glBegin&lt;/code&gt;/&lt;code&gt;glEnd&lt;/code&gt; 的即时模式、&lt;code&gt;glVertex3f&lt;/code&gt; 的固定管线顶点提交、以及 &lt;code&gt;glMatrixMode(GL_PROJECTION)&lt;/code&gt; 的矩阵栈操作。&lt;strong&gt;这种基于 OpenGL 1.x 固定管线（Fixed Pipeline）的编程方式早已被淘汰&lt;/strong&gt;。自 OpenGL 3.2 引入 Core Profile 以来，现代 OpenGL 已经演变为一套以着色器为核心、以顶点缓冲对象为数据载体、以显式状态管理为特征的渲染 API。&lt;/p&gt;</description></item></channel></rss>