sharpdx / SharpDX-Samples

Official repository for all SharpDX Samples
346 stars 222 forks source link

DataStream read Vector4 and r32b32g32a32 rendertarget problem #36

Closed sueds closed 8 years ago

sueds commented 8 years ago

Hi,

I cannot read the data properly from a rendertarget either using datastream or using an pointer to cast to a vector4.

I tried the same operation with a bgra texture and color and it works. Is there a way to read a pixel from a a 32 bit texture ?