About 59,200 results
Open links in new tab
  1. How do I use SharpDX with the .NET Core framework?

    You can not use SharpDX with .NET Core (note that VS Code supports only .NET Core if you develop in C#). Your options are not using SharpDX or porting to VS Community. I personally …

  2. How can I install SharpDX for my project?

    Aug 20, 2019 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  3. Draw Primitives using SharpDX.Direct3D9 with C# .NET Framework

    Apr 9, 2024 · Draw Primitives using SharpDX.Direct3D9 with C# .NET Framework Ask Question Asked 1 year, 6 months ago Modified 1 year, 6 months ago

  4. sharpdx - Crash on creating pipeline state - "the parameter is ...

    Jun 5, 2018 · All input appears valid, although the DirectX12.ShaderByteCode() pointer is null - I don't know if that's indicative of anything; the buffer does contain data. Edit: Diagnostic hub …

  5. directx11 - SharpDX: best practice for multiple RenderForms?

    I have an XNA app, but I really need to add multiple render windows, which XNA doesn't do. I'm looking at SharpDX (both for multi-window support and for DX11 / Metro / many other …

  6. How to debug DXGI_ERROR_INVALID_CALL errors?

    SharpDX says to provide values of zero to force using the window resolution. You could also try doing the same thing with "native" DirectX, maybe you're facing an issue with SharpDX itself.

  7. Force Feedback on joystick device using SharpDX DirectInput API

    Feb 28, 2023 · The Goal (for context) Get input from a USB joystick device in the Unity Game Engine and activate Force Feedback functionality on the joystick from Unity. The Method I am …

  8. SharpDX Texture to Image in C# - Game Development Stack …

    Jan 19, 2017 · I currently have an image processing application that outputs processed images post pixel shaders have been applied. However, using the examples I've found on the internet, …

  9. How to use dynamic resources with SharpDX by detail?

    Nov 6, 2016 · Explore related questions directx11 sharpdx See similar questions with these tags.

  10. xna - Is using SharpDX or SlimDX easier than using DirectX directly ...

    If you decide you want something a bit higher-level than SlimDX or SharpDX, XNA may be another option for you, but at the trade-off that it's limited to Direct3D 9-level graphics. The …