James Yarwood

Results 101 issues of James Yarwood

As seen here: https://github.com/dotnet/Silk.NET/blob/23f9bd4d67ad21c69fbd69cc38a62fb2c0ec3927/src/Microsoft/Silk.NET.XInput/XInput.cs#L13 `Silk.NET.XInput.XInput.GetApi()` Contains `throw new NotImplementedException()`. EDIT: After a bit of testing and poking around at how APIs are loaded elsewhere in Silk.NET, I found a temporary...

bug
area-XInput

`ID3D11DeviceContext::RSSetScissorRects()` expects rectangles to be structured as `left, top, right, bottom` integers, but SILK.NET expects `Silk.NET.Maths.Rectangle` to be passed in, which has a structure of `left, top, width, height` via...

bug
area-DirectX/Windows
area-SilkTouch

Content handles should be populated with default assets (if available) upon instantiation. This allows for a usable asset to be provided, while the requested one is loaded/retrieved asynchronously. Allow allow...

content
qol

Add support for OpenGL: - [ ] OpenGL ES: - [ ] Android - [ ] iOS - [ ] OpenGL 4.x: - [ ] Windows - [ ] Mac...

render
opengl

Add DirectX 12.x support. This is windows (and later, Xbox) only: Core features: - [x] #159 - [x] #160 - [x] #161 - [x] #162 - [x] #163 - [x]...

graphics
dx12

Add Vulkan support: - [ ] Windows - [ ] Mac - [ ] Linux - [ ] iOS - [ ] Android Core features: - [x] #109 - [x]...

graphics
vulkan

Implement support for, and make use of, deferred DirectX 11 contexts. These allow GPU commands to be queued up by multiple threads in advance of them being sent to the...

render
dx11

Add hardware instancing support.

render
dx11

Implement abstraction and support for 3D textures.

render
dx11

Complete the half-finished implementation of deferred lighting.

graphics