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.
NVIDIA Kepler アーキテクチャでは、テクスチャをバインドする必要がなくなりました。しかし、これを説明する簡単な例が見つかりませんでした。使用法を説明できるような例に出くわした人はいますか?
CUDA Toolkit 5.0 に付属する CUDA サンプルには、Kepler アーキテクチャ GPU のサンプルが含まれています。バインドレス テクスチャの使用例は、CUDA 5.0 サンプルのグラフィックスセクションにあるbindLessTextureサンプルに示されています。