Click here to Skip to main content
15,922,315 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding a panel of specific size to a tabpage Pin
Wjousts11-May-06 2:22
Wjousts11-May-06 2:22 
GeneralRe: Adding a panel of specific size to a tabpage Pin
praveenqwe14-May-06 22:52
praveenqwe14-May-06 22:52 
QuestionDirectX with Windows.Forms controls performance Pin
241411-May-06 0:50
241411-May-06 0:50 
AnswerRe: DirectX with Windows.Forms controls performance Pin
Andy Moore11-May-06 3:37
Andy Moore11-May-06 3:37 
GeneralRe: DirectX with Windows.Forms controls performance Pin
241411-May-06 3:54
241411-May-06 3:54 
GeneralRe: DirectX with Windows.Forms controls performance Pin
Andy Moore11-May-06 6:46
Andy Moore11-May-06 6:46 
GeneralRe: DirectX with Windows.Forms controls performance Pin
241411-May-06 7:17
241411-May-06 7:17 
GeneralRe: DirectX with Windows.Forms controls performance Pin
Andy Moore11-May-06 7:38
Andy Moore11-May-06 7:38 
Ok. Sorry for my confusion. You may want to look into profiling you application to see where you are spending all of your time in the rendering. This may provide some useful insight into areas where you can improve rendering efficiency. One optimization you can make is to reduce the amount of device state changes such as material colors, etc. For example, you could render objects grouped by colors so you will minimize the number of color changes. Also, if you have alot of line geometry you can combine all lines of the same color into a single vertex buffer for rendering, etc. I think if you profile the app you will find things that you could do more efficiently.

I wish you luck.

Deus caritas est
GeneralRe: DirectX with Windows.Forms controls performance Pin
241411-May-06 8:12
241411-May-06 8:12 
GeneralRe: DirectX with Windows.Forms controls performance Pin
Andy Moore11-May-06 8:21
Andy Moore11-May-06 8:21 
QuestionBuild Windows application from command prompt Pin
KishoreT11-May-06 0:45
KishoreT11-May-06 0:45 
AnswerRe: Build Windows application from command prompt Pin
Stefan Troschuetz11-May-06 0:58
Stefan Troschuetz11-May-06 0:58 
GeneralRe: Build Windows application from command prompt Pin
KishoreT11-May-06 1:33
KishoreT11-May-06 1:33 
GeneralRe: Build Windows application from command prompt Pin
Stefan Troschuetz11-May-06 3:33
Stefan Troschuetz11-May-06 3:33 
QuestionProblem in Passing structure by reference in c# Pin
analytiks11-May-06 0:39
analytiks11-May-06 0:39 
AnswerRe: Problem in Passing structure by reference in c# Pin
S. Senthil Kumar11-May-06 5:11
S. Senthil Kumar11-May-06 5:11 
QuestionUse c# dll in vb.6 Pin
Cliffer11-May-06 0:27
Cliffer11-May-06 0:27 
AnswerRe: Use c# dll in vb.6 Pin
Dave Kreskowiak11-May-06 3:45
mveDave Kreskowiak11-May-06 3:45 
AnswerRe: MVC game design question Pin
Robert Rohde11-May-06 1:01
Robert Rohde11-May-06 1:01 
Questionstrange problem Pin
rah_sin10-May-06 23:14
professionalrah_sin10-May-06 23:14 
AnswerRe: strange problem Pin
alexey N10-May-06 23:43
alexey N10-May-06 23:43 
GeneralRe: strange problem Pin
rah_sin10-May-06 23:57
professionalrah_sin10-May-06 23:57 
GeneralRe: strange problem Pin
alexey N11-May-06 0:05
alexey N11-May-06 0:05 
AnswerRe: strange problem Pin
albCode11-May-06 0:05
albCode11-May-06 0:05 
QuestionNHibernate.AssertionFailure Pin
KrIstOfK10-May-06 23:03
KrIstOfK10-May-06 23:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.