<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - load textures in thread]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=1282&amp;type=atom"/>
	<updated>2018-10-09T04:11:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=1282</id>
		<entry>
			<title type="html"><![CDATA[Re: load textures in thread]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=8218#p8218"/>
			<content type="html"><![CDATA[<p>Thank you very much, I understand, the solution is simpler than I thought. I&#039;ll just have to check the code.</p>]]></content>
			<author>
				<name><![CDATA[ArielRiv]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2860</uri>
			</author>
			<updated>2018-10-09T04:11:34Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=8218#p8218</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: load textures in thread]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=8217#p8217"/>
			<content type="html"><![CDATA[<p>OpenGL doesn&#039;t support threads by default, you can load images in threads, but you cannot send the data to OpenGL in threads.<br />Instead, you can load a bunch of images in threads in a temporary buffer or array, then go back to the main thread and send the data to OpenGL.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2018-10-08T10:48:38Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=8217#p8217</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[load textures in thread]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=8216#p8216"/>
			<content type="html"><![CDATA[<p>I have implemented in my project a&nbsp; multi-thread assets load, meshes and animations load perfectly, but the textures are left blank, what should I change in my project or in the engine to avoid this problem?</p>]]></content>
			<author>
				<name><![CDATA[ArielRiv]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2860</uri>
			</author>
			<updated>2018-10-08T04:33:46Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=8216#p8216</id>
		</entry>
</feed>
