Sean Baxter

Results 25 issues of Sean Baxter

Build in debug mode. Select renderer=generated cmds Select renderer=threaded cmds Assert at https://github.com/nvpro-samples/shared_sources/blob/master/nvvk/descriptorsets_vk.cpp#L36

Hi, I read that the SPIRV target is being merged into LLVM trunk. I'd be interested in using it. Is there a getting started guide for compiler developers? I wrote...

```swift public type Foo : Deinitializable { public memberwise init public subscript(_ arg: let Int): Int { inout { yield arg; // Why is this allowed? } } } public...

```swift public type Foo : Deinitializable { public memberwise init public var data : Int public subscript(_ arg: sink Int): Int { inout { yield &data } } } public...