游戏开发论坛

 找回密码
 立即注册
搜索
查看: 2785|回复: 6

请问:codesampler是不是不能访问了?

[复制链接]

17

主题

41

帖子

45

积分

注册会员

Rank: 2

积分
45
QQ
发表于 2008-5-6 09:31:00 | 显示全部楼层 |阅读模式
http://www.codesampler.com/,很不错的3D学习网站,好像从去年的某个时候开始我就再也没能打开过。被关闭了?有TX知道吗?

2万

主题

2万

帖子

6万

积分

论坛元老

Rank: 8Rank: 8

积分
66489
QQ
发表于 2008-5-6 11:23:00 | 显示全部楼层

Re:请问:codesampler是不是不能访问了?

作者给关了

4

主题

34

帖子

34

积分

注册会员

Rank: 2

积分
34
QQ
发表于 2008-5-6 11:54:00 | 显示全部楼层

Re:请问:codesampler是不是不能访问了?

用代理貌似还能进.....

17

主题

41

帖子

45

积分

注册会员

Rank: 2

积分
45
QQ
 楼主| 发表于 2008-5-7 14:25:00 | 显示全部楼层

Re: Re:请问:codesampler是不是不能访问了?

dongch007: Re:请问:codesampler是不是不能访问了?

用代理貌似还能进.....


能共享一下你说的这个代理吗?

0

主题

4

帖子

15

积分

新手上路

Rank: 1

积分
15
发表于 2011-2-5 22:38:00 | 显示全部楼层

Re:请问:codesampler是不是不能访问了?

作者另外创办了http://www.C3DN.net这个3D技术开发社区

2万

主题

2万

帖子

6万

积分

论坛元老

Rank: 8Rank: 8

积分
66489
QQ
发表于 2011-2-9 11:53:00 | 显示全部楼层

Re:请问:codesampler是不是不能访问了?

北京联通ADSL用户,无代理直接访问成功。

2万

主题

2万

帖子

6万

积分

论坛元老

Rank: 8Rank: 8

积分
66489
QQ
发表于 2011-2-9 11:55:00 | 显示全部楼层

Re:请问:codesampler是不是不能访问了?

Asynchronous read-back of pixel data using a Frame Buffer Object and two Pixel Buffer Objects

Author Kevin | 21.01.2011 | Category OpenGL

It was my intention to write a full article on this new sample, but who am I kidding ? I barely have enough time to write this simple little blog post. So, instead of just sitting on the sample and deluding myself that I will someday have enough free-time to write something substantial concerning it ? I will just toss it out the door with a brief announcement of, “Come and get it!”

Recently, I was struggling with an OpenGL feature that required me to research faster ways of reading pixel data back to the CPU from the GPU where I could perform some post processing on it. Typically, you should try very hard to keep your post processing on the GPU instead trying to read it back across the bus, but in this case I wanted to fetch the pixel data back so I could load it into a WPF app and I had no choice. It must come back and as fast as possible.

After much research, I settled on a solution that does an off-screen rendering to a FBO (frame buffer object) and then uses two alternating PBOs (pixel buffer objects) to perform an asynchronous read-back to system memory via DMA transfers. The beauty of this approach is that it disables the blocking behavior which is typically associated with calling glReadPixels, and this is always the prime culprit when it comes to bad read-back performance for pixel data that is being shuttled back across the bus. If you’re researching something similar, I hope this research sample proves useful.

The sample targets the regular desktop version of OpenGL and was coded and tested in Visual Studio 2005 and 2008 on both Windows Xp and Windows 7.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

作品发布|文章投稿|广告合作|关于本站|游戏开发论坛 ( 闽ICP备17032699号-3 )

GMT+8, 2025-8-16 13:49

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表