Questions tagged [slimdx]

SlimDX is an MIT-licensed, open-source framework that allows developers working with managed languages like C# and IronPython to leverage DirectX and many of Microsoft's other gaming-related multimedia APIs.

See the SlimDX Homepage for more information, or follow development at the SlimDX Google Code page.

288 questions
-1
votes
1 answer

View Projection matrix calculation using slimdx

I'm using slimdx to build a small visualizer, however, i recently stumbled into a problem. When i transform the triangle with the mvp matrix it disappears. Constant buffers are loaded properly because i can see the right color loaded through…
deight
  • 331
  • 1
  • 4
  • 15
-1
votes
1 answer

Getting weird, crackly sound during voip call with slimdx

I'm working on a VOIP application and it mostly works but I keep getting a weird crackling sound whenever someone speaks, I know it's to do with the code I have because Skype and Lync do not have these issues. Could you please let me know if there's…
-1
votes
1 answer

AccessViolationException while passing byte[] or memory stream to external unmanaged method

I'm using SlimDX in a managed Windows application ( Win. XP, .Net 3.5 ). SlimDX handles all unmanaged DirectX API calls. I'm trying to call the following method found in SlimDX framework: SlimDX.Direct3D9.XFile.CreateEnumerationObject(Stream…
P. Avery
  • 779
  • 1
  • 16
  • 34
1 2 3
19
20