-
```
NProf should support profiling of .NET 4.0 applications.
```
Original issue reported on code.google.com by `staudenm...@googlemail.com` on 14 Sep 2009 at 9:44
-
We're investigating this for FNA's libraries, should be basically the same process for VVVVVV:
https://github.com/FNA-XNA/FAudio/pull/359
-
```
What steps will reproduce the problem?
1. Create a render target, attach it to the GraphicsDevice at 0.
2. Draw something.
3. Detach the same render target (pass null), then draw the texture from …
-
```
What steps will reproduce the problem?
1. Create a render target, attach it to the GraphicsDevice at 0.
2. Draw something.
3. Detach the same render target (pass null), then draw the texture from …
-
-
We need to decide how to expand the existing `GraphicsProfile` system beyond the old Reach/HiDef options from XNA 4.
We have a few options:
- Go back to cap bits.
- Expand `GraphicsProfile` with more…
-
```
Branch name:
branches/AnimKit
Feature description:
Create an AnimKit demo that imports data from a .fbx file without using the
Autodesk FBX SDK, rather than from a .blend file.
Blender 2.61 ca…
-
```
Branch name:
branches/AnimKit
Feature description:
Create an AnimKit demo that imports data from a .fbx file without using the
Autodesk FBX SDK, rather than from a .blend file.
Blender 2.61 ca…
-
To create an Integral Integrand Table for all achievable Integral expressions one needs to create all expression-trees including all functions and functionlike expression quantities (==fnq), like:
`…
-
This is a bit of a nitpick suggestion, but could you change the name of `JoltPhysicsSharp.Color` to something like `JoltPhysicsSharp.JoltColor`? It clashes with `System.Drawing.Color` which is a bit a…