Andrew Armstrong

Results 6 issues of Andrew Armstrong

For the following ``` Lot --> extrude(1) s(5, 1, 1) split(x) {1: A | 1: NIL | 1: B | 1: NIL | 1: C} A --> color("red") B -->...

- [ ] Matrix type support - [x] Matrix type declaration - [x] Matrix types in Uniform Buffers - [ ] Generalise to all structs containing matrices - [ ]...

These commands are successfully generated but need exercising in sample code: - Device initialization - [x] vkCreateInstance - [x] vkDestroyInstance - [x] vkEnumeratePhysicalDevices - [x] vkGetPhysicalDeviceFeatures - [x] vkGetPhysicalDeviceFormatProperties -...

As mentioned in #12, Shanq should be able to output SPIR-V for a compute pipeline. Depends on the sample porting work in https://github.com/FacticiusVir/SharpVk-Samples/issues/2

Output from the validation layers suggests that one of the MemUtil WriteToPointer methods is mangling data when run on Linux; if the implementation of TypedReference is different on Mono this...

Current sample projects use WinForms as the Surface host, which makes them dependent on Windows; [GLFW](https://github.com/glfw/glfw) is a cross-platform window library with explicit support for Vulkan Surfaces.