
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>翡翠梦境</title>
      <link>https://supervj.top/blog</link>
      <description>游戏开发者的个人博客，记录 Unreal Engine、图形学和独立项目中的技术与思考。</description>
      <language>zh-cn</language>
      <managingEditor> (东哥)</managingEditor>
      <webMaster> (东哥)</webMaster>
      <lastBuildDate>Tue, 07 Jul 2020 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://supervj.top/tags/c/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://supervj.top/blog/C++11新特性</guid>
    <title>C++11新特性</title>
    <link>https://supervj.top/blog/C++11新特性</link>
    <description>##### auto - 自动类型推导 - 定义模板函数时，推到依赖模板函数的变量类型 - 返回值 - 其他 ##### decltype 从变量或者表达式获取类型 对于decltype所用的引用来说，如果变量名加上了一对括号，则得到的类型与不加括号时会有所不同。如果decltype使用的是一个不加</description>
    <pubDate>Tue, 07 Jul 2020 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>C++</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/LearnDX12_DrawGeo</guid>
    <title>DX学习笔记（四）：绘制几何体</title>
    <link>https://supervj.top/blog/LearnDX12_DrawGeo</link>
    <description>## 用DirectX绘制几何体 ### 流程简述 ##### 顶点与输入布局 1. 创建顶点结构体 2. 设置输入布局描述D3D12_INPUT_ELEMENT_DESC ##### 顶点/索引缓冲区 1. 创建顶点数据/索引数据 2. 创建缓冲区/索引缓冲区 ##### 顶点着色/像素着色 1.</description>
    <pubDate>Tue, 30 Jun 2020 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>DirectX</category><category>C++</category><category>学习笔记</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/LearnDX12_DrawGeo2</guid>
    <title>DX学习笔记（五）：绘制几何体2</title>
    <link>https://supervj.top/blog/LearnDX12_DrawGeo2</link>
    <description>### 帧资源 上一篇在绘制每一帧都会进行一次CPU与GPU的同步,目的是 1. GPU未结束命令分配器中所有命令执行之前,不能重置,如果重置,那么GPU当前还未处理的命令就会被清除 2. 对于常量缓冲区的数据而言,不同步的话会导致数据异常 所以我们用FlushCommandQueue来保持同步 但</description>
    <pubDate>Mon, 13 Jul 2020 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>DirectX</category><category>C++</category><category>学习笔记</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/LearnDX12_Init</guid>
    <title>DX学习笔记（二）：DX初始化</title>
    <link>https://supervj.top/blog/LearnDX12_Init</link>
    <description>## Direct3D初始化 ### 预备知识 ##### 组件对象模型 组件对象模型***（Component Object Model,COM）***:不受DirectX语言束缚，并且向后兼容的技术 - 获得COM接口需要借助特定函数，而不是C++的new - 删除COM有Release方法，而</description>
    <pubDate>Mon, 22 Jun 2020 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>DirectX</category><category>C++</category><category>学习笔记</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/LearnDX12_Math</guid>
    <title>DX学习笔记（一）：数学基础</title>
    <link>https://supervj.top/blog/LearnDX12_Math</link>
    <description>## 向量代数 ### 向量 DirectX3D采用的左手坐标系 - 左手坐标系：伸出左手，手指方向对准X轴正方向，弯曲手指对象Y轴正方向，大拇指指的就是Z轴正方向 ##### 向量的基本运算 - 两个向量相等。即u=v。当且仅当u和v的每个分量相等，即u x =v x ,u y =v y , u</description>
    <pubDate>Tue, 23 Jun 2020 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>DirectX</category><category>C++</category><category>学习笔记</category>
  </item>

  <item>
    <guid>https://supervj.top/blog/c++随机数</guid>
    <title>随机数</title>
    <link>https://supervj.top/blog/c++随机数</link>
    <description>## 前言 使用c++时经常要用到随机数, 本文对c++的随机数api做个简单的总结 ## 传统方法 c++11之前一般会用srand()配合rand()来实现随机数的使用 比如 ## c++11随机数算法 c++11提供了3个新的随机算法 - linear_congruential_engine线</description>
    <pubDate>Wed, 21 Jul 2021 00:00:00 GMT</pubDate>
    <author> (东哥)</author>
    <category>C++</category>
  </item>

    </channel>
  </rss>
