Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FBO 経由でテクスチャにレンダリングします。テクスチャ データを PBO にコピーしたいので、glGetTexImage. この PBO で使用glMapBufferしますが、次のフレーム (またはそれ以降) でのみ使用するため、ストールは発生しません。
glGetTexImage
glMapBuffer
glGetTexImageしかし、ストールを起こさずに呼び出し直後のテクスチャを使用できますか? テクスチャ ユニットにバインドしてレンダリングすることはできますか? FBO 経由で再度レンダリングできますか?