Re: [D3D9] Remove const qualifier on state_test data.

2006-09-29 Thread Ivan Gyurdiev
Michael Stefaniuc wrote: Ivan Gyurdiev wrote: Type: Cleanup Why: The const qualifier is unnecessarily restrictive. I intend to allocate and free such data on the heap in a future patch. Instead, const should be primarily used on function parameters. Question: do you realy have to use v

Re: [D3D9] Remove const qualifier on state_test data.

2006-09-29 Thread Michael Stefaniuc
Ivan Gyurdiev wrote: > Type: Cleanup > > Why: > The const qualifier is unnecessarily restrictive. > I intend to allocate and free such data on the heap in a future patch. > Instead, const should be primarily used on function parameters. Question: do you realy have to use void pointers? Void pointe