<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DiligentEngine/Tests/TestApp/src/TestCopyTexData.cpp, branch ext-vk</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/'/>
<entry>
<title>Updated submodules; removed tests folder (tests are now part of every submodule)</title>
<updated>2019-12-25T03:23:32+00:00</updated>
<author>
<name>assiduous</name>
<email>assiduous@diligentgraphics.com</email>
</author>
<published>2019-12-25T03:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=040e4cb7e454d532d249d2a5de6f2aba0c902baa'/>
<id>040e4cb7e454d532d249d2a5de6f2aba0c902baa</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>2019-09-17T04:23:22+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2019-09-17T04:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=881b835dc0460bfd701908bad0213bcf43d5d6d5'/>
<id>881b835dc0460bfd701908bad0213bcf43d5d6d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced reference to initial data parameter with pointer in CreateTexture and CreateBuffer methods; updated light scattering implementation to not use lua</title>
<updated>2019-02-09T23:06:00+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2019-02-09T23:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=3c8fa483a325ff3f82ba23c5fc24c7a731761d17'/>
<id>3c8fa483a325ff3f82ba23c5fc24c7a731761d17</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 + updated submodules</title>
<updated>2019-01-02T17:38:57+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2019-01-02T17:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=ff0c1d49241d5ae800f73147e26bd03797b746a8'/>
<id>ff0c1d49241d5ae800f73147e26bd03797b746a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed few minor issues revealed by code analysis</title>
<updated>2018-12-16T19:55:22+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2018-12-16T19:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=900b137fbe73d2710d19605212b9c53afcdda11f'/>
<id>900b137fbe73d2710d19605212b9c53afcdda11f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added explicit state transition control to CopyBuffer and CopyTexture methods</title>
<updated>2018-12-02T23:44:56+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2018-12-02T23:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=c7db634ec3e350b9cf665ec0f75455189a8eaace'/>
<id>c7db634ec3e350b9cf665ec0f75455189a8eaace</id>
<content type='text'>
Replaced CLEAR_RENDER_TARGET_TRANSITION_MODE with RESOURCE_STATE_TRANSITION_MODE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced CLEAR_RENDER_TARGET_TRANSITION_MODE with RESOURCE_STATE_TRANSITION_MODE
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()</title>
<updated>2018-11-25T00:08:45+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2018-11-25T00:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=c125223b5cfbf25bb7da595424f9d9f98b50fb2b'/>
<id>c125223b5cfbf25bb7da595424f9d9f98b50fb2b</id>
<content type='text'>
Renamed/moved IBuffer::CopyData() to IDeviceContext::CopyTexture()
Updated parameter order of IDeviceContext::CopyBuffer()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed/moved IBuffer::CopyData() to IDeviceContext::CopyTexture()
Updated parameter order of IDeviceContext::CopyBuffer()
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated core &amp; tools (implemented raw buffers plus other improvements)</title>
<updated>2018-08-27T00:09:03+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2018-08-27T00:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=57b27983564952bee0100dcce350361aa32c9494'/>
<id>57b27983564952bee0100dcce350361aa32c9494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated tests</title>
<updated>2018-06-04T03:38:17+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2018-06-04T03:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=8851654997a413c24ec789d7ea8675f7c89769dd'/>
<id>8851654997a413c24ec789d7ea8675f7c89769dd</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>2018-03-25T20:35:07+00:00</updated>
<author>
<name>Egor Yusov</name>
<email>egor.yusov@gmail.com</email>
</author>
<published>2018-03-25T20:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/forks/DiligentEngine/commit/?id=1bc9ad4cbc913a03a8d4368d45a57f2818bafa64'/>
<id>1bc9ad4cbc913a03a8d4368d45a57f2818bafa64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
