<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DiligentCore/Graphics/GraphicsEngineD3D11/include/RenderDeviceD3D11Impl.hpp, branch ext-vk</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/'/>
<entry>
<title>D3D11 backend: some header clean-up plus few minor updates</title>
<updated>2021-03-19T00:38:22+00:00</updated>
<author>
<name>assiduous</name>
<email>assiduous@diligentgraphics.com</email>
</author>
<published>2021-03-14T03:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=0169a272f45ccc03dabc9c121e238cb929bcae76'/>
<id>0169a272f45ccc03dabc9c121e238cb929bcae76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Direct3D11: added resource signature</title>
<updated>2021-03-19T00:38:21+00:00</updated>
<author>
<name>azhirnov</name>
<email>zh1dron@gmail.com</email>
</author>
<published>2021-03-09T23:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=9411711453738341acc10dec8be88675fafd3155'/>
<id>9411711453738341acc10dec8be88675fafd3155</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright notice</title>
<updated>2021-01-01T18:30:48+00:00</updated>
<author>
<name>assiduous</name>
<email>assiduous@diligentgraphics.com</email>
</author>
<published>2021-01-01T18:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=fa345f59de694ac249c14e987032ef3e341faaa7'/>
<id>fa345f59de694ac249c14e987032ef3e341faaa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PSO refactoring for ray tracing</title>
<updated>2020-10-25T13:08:57+00:00</updated>
<author>
<name>azhirnov</name>
<email>zh1dron@gmail.com</email>
</author>
<published>2020-10-25T12:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=7f26e40e0898391a32e6a05d91ef1a217d885668'/>
<id>7f26e40e0898391a32e6a05d91ef1a217d885668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into ray_tracing</title>
<updated>2020-10-25T10:50:53+00:00</updated>
<author>
<name>azhirnov</name>
<email>zh1dron@gmail.com</email>
</author>
<published>2020-10-21T22:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=42217cc1ec7f81c028dcc5c1f845a2fc3b3da497'/>
<id>42217cc1ec7f81c028dcc5c1f845a2fc3b3da497</id>
<content type='text'>
# Conflicts:
#	Graphics/GraphicsEngine/interface/PipelineState.h
#	Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp
#	Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp
#	Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	Graphics/GraphicsEngine/interface/PipelineState.h
#	Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp
#	Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp
#	Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>A number of fixes for PSO creation refactoring (API240075)</title>
<updated>2020-10-18T20:06:48+00:00</updated>
<author>
<name>assiduous</name>
<email>assiduous@diligentgraphics.com</email>
</author>
<published>2020-10-18T20:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=645ef7e425d6ff4ee64b782d27767e0a5732be50'/>
<id>645ef7e425d6ff4ee64b782d27767e0a5732be50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added GraphicsPipelineCreateInfo and ComputePipelineCreateInfo instead of single PipelineCreateInfo.</title>
<updated>2020-10-15T17:59:25+00:00</updated>
<author>
<name>azhirnov</name>
<email>zh1dron@gmail.com</email>
</author>
<published>2020-10-15T17:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=259a9d5897937dcaaca1b4b294bb8d5250371e76'/>
<id>259a9d5897937dcaaca1b4b294bb8d5250371e76</id>
<content type='text'>
Some optimizations for dynamic memory allocations in PipelineState.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some optimizations for dynamic memory allocations in PipelineState.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added dummy implementation for D3D11, D3D12, OpenGL</title>
<updated>2020-10-04T20:22:16+00:00</updated>
<author>
<name>azhirnov</name>
<email>zh1dron@gmail.com</email>
</author>
<published>2020-10-04T20:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=9e567836f3e63c541cde7b0a02fd2fc7916402c8'/>
<id>9e567836f3e63c541cde7b0a02fd2fc7916402c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added option to enable/disable device features during initialization (API 240069)</title>
<updated>2020-09-13T03:17:35+00:00</updated>
<author>
<name>assiduous</name>
<email>assiduous@diligentgraphics.com</email>
</author>
<published>2020-09-13T03:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=83acbd6c353255f478164018a357637fb2f11cb5'/>
<id>83acbd6c353255f478164018a357637fb2f11cb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added framebuffer object implementation stubs</title>
<updated>2020-08-02T19:21:37+00:00</updated>
<author>
<name>assiduous</name>
<email>assiduous@diligentgraphics.com</email>
</author>
<published>2020-07-25T04:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentCore/commit/?id=16dd04efc73e4093a991a517f786ebaf03f3f6d1'/>
<id>16dd04efc73e4093a991a517f786ebaf03f3f6d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
