Mateusz Kielan

Results 448 comments of Mateusz Kielan

btw what happens if you make the `f()` take an `in` or `inout` ?

> As an aside, is there a way to express the intent above with valid HLSL today? (I don't believe it's possible, but it would be nice if it was)....

ah wait, you're wanting to type the buffer. yes but you'd need to do pointer arithmetic yourself, `sizeof(T)*index+offsetof(T,value)` as the first argument to `RWByteAddressBuffer::InterlockedMax` A made a macro+template abomination to...

One final thing left to do is to remove ex 09 and rename 35 to 09 Also `CEventCallback` should be moved out of geometry creator into a common thing

an annoying note, when I close the example with Alt+F4 it quits without errors, if I use the close button on the window, there's some commandbuffer error It might be...

> > an annoying note, when I close the example with Alt+F4 it quits without errors, if I use the close button on the window, there's some commandbuffer error >...

can I merge this? Also where's the accompanying PR in the Examples And Tests repo ?

What are the action points before completion?

you might want to check your submodules if you've fast forwarded them Or inadvertently rewound them