[SlimDX] Compilation Error

Started by
1 comment, last by TarmoRhox 14 years, 5 months ago
Hello! I'm trying to build tutorial for SlimDX DirectX10, but always get an error: 'SlimDX.DXGI.SwapChain' does not contain a definition for 'GetBuffer' and no extension method 'GetBuffer' accepting a first argument of type 'SlimDX.DXGI.SwapChain' could be found (are you missing a using directive or an assembly reference?) in method swapChain.GetBuffer<Texture2D>(0); I've tried to use .NET reflector anf I didn't found this method! This is very strange. Did developers remove it from latest version of SlimDX (I use SDK August 2009) or I'm doing smth wrong? Thanks for help!
Advertisement
Yes, it was removed. You can look at MiniTri10 to see how you create your backbuffer instead (using Texture2D.FromSwapChain) for the time being.
Thank you very much! It works now:)

btw, Is somewhere a place with upToDate SlimDX10 tutorials?

This topic is closed to new replies.

Advertisement