<div dir="ltr">Dear <span style="font-size:16px">Shinya, </span><div><span style="font-size:16px"><br></span></div><div><span style="font-size:16px">This sounds great. Please see my comments below: <br></span><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 20, 2015 at 3:18 AM, <a href="mailto:sonogi1979@live.jp">sonogi1979@live.jp</a> <span dir="ltr"><<a href="mailto:sonogi1979@live.jp" target="_blank">sonogi1979@live.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
You know GPGPU is very hot technology in medical/scientific computing.<br>
Especially, I'm working 3D volume processing by using GPGPU(CUDA). To use<br>
GPGPU with vtk, I hope an interface for OpenGL-CUDA intraoperation to reduce<br>
redundant CPU-GPU data transfer.<br>
<br>
Simple hack of vtkOpenGLGPUVolumeRayCastMapper is followings:<br>
<br>
vtkTextureObject* vtkOpenGLGPUVolumeRayCastMapper::GetTextureObject()<br>
{<br>
return this->Impl->VolumeTextureObject;<br>
}<br></blockquote><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">When I get the texture object, I can access and operate a volume stored in<br>
GPU memory easily by using cudaGraphicsGLRegisterImage,<br>
cudaGraphicsMapResources, cudaGraphicsSubResourceGetMappedArray, and<br>
cudaBindSurfaceToArray because vtkTextureObject provides a texture handle<br>
and texture dimensions.<br>
<br>
On the other hand, the method is not well designed: no synchronization<br>
method among vtkImageData and vtkTextureObject, processed results does not<br>
affect in original vtkImageData.<br></blockquote><div><br></div><div>Right. If the mapper has not been invoked once, then this will return a un-initialized texture object. I believe the vtkTextureObject has an API to check for its validity. </div><div><br></div><div>What exactly you are planning to do in CUDA? </div><div><br></div><div>Thanks,</div><div>Aashish</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
If you know better way, please let me know.<br>
<br>
Thank you,<br>
<br>
Shinya<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Regarding-of-OpenGL-GPGPU-intraoperation-tp5732977.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Regarding-of-OpenGL-GPGPU-intraoperation-tp5732977.html</a><br>
Sent from the VTK - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><font face="trebuchet ms, sans-serif"><i>| Aashish Chaudhary <br>| Technical Leader <br>| Kitware Inc. <br></i></font><div><i><font face="trebuchet ms, sans-serif">| </font><a href="http://www.kitware.com/company/team/chaudhary.html" target="_blank">http://www.kitware.com/company/team/chaudhary.html</a></i></div></div></div>
</div></div></div>