|
d76de4d623
|
CreateRenderPass support multi color attachment
|
2020-10-16 19:25:27 +08:00 |
|
|
b93925ce5a
|
fix attachment index error of Create renderpass
|
2020-10-16 12:27:30 +08:00 |
|
|
1e0676c6c7
|
to improve create program, that are RenderPass and Framebuffer
|
2020-10-15 22:13:15 +08:00 |
|
|
004e0037a4
|
submodules update
|
2020-01-23 21:00:35 +08:00 |
|
|
b9249d960c
|
Split vulkan::Device::CreateAttachmentDescription to a new function.
|
2020-01-21 16:23:01 +08:00 |
|
|
f3a8028e7c
|
似乎一切正常了
|
2019-07-11 22:09:22 +08:00 |
|
|
47039ee9d8
|
默认深度缓冲区改为不保存
|
2019-07-11 11:45:52 +08:00 |
|
|
e8877ad3d6
|
init gbuffer pipeline失败
|
2019-07-08 20:53:07 +08:00 |
|
|
301aaaef56
|
测试用例创建Renderpass成功
|
2019-07-05 19:56:15 +08:00 |
|
|
bc8759560d
|
新的CreateSubpassDescription,CreateFramebuffer
|
2019-07-03 19:45:39 +08:00 |
|
|
9b961ffe08
|
新的颜色格式属性记录
|
2019-07-02 21:52:27 +08:00 |
|
|
65805cd6cc
|
新的 CreateColorAttachment/CreateDepthAttachment
|
2019-07-02 21:39:24 +08:00 |
|
|
395102da6f
|
拆分独立的CreateSubpassDependency,CreateAttachment函数
|
2019-07-02 21:09:20 +08:00 |
|
|
ea0616d41d
|
新的CreateRenderpass
|
2019-07-02 20:37:30 +08:00 |
|
|
7557909ea5
|
完善结构数据填充,好避免警告
|
2019-07-02 19:52:03 +08:00 |
|
|
f0a10c2cc4
|
修正CreateRenderPass内存泄露的问题
|
2019-07-01 17:54:01 +08:00 |
|
|
7c8fb63e44
|
统合Renderpass创建函数
|
2019-07-01 17:49:28 +08:00 |
|
|
9a22fa937b
|
增加新的CreateTexture,并整理优化代码
|
2019-06-25 22:26:09 +08:00 |
|
|
819e806cbf
|
增加RenderTarget设计(仅定义)
|
2019-06-19 21:12:39 +08:00 |
|
|
d7dbbea3e6
|
将Device::RenderPass创建代码迁移到独立的.cpp中
|
2019-06-19 16:57:42 +08:00 |
|