Stephen Lucas

Results 5 issues of Stephen Lucas

**Describe the bug** With CsWinRT 1.6.1 a .Net Standard 2.0 embedded projection for `Windows.ApplicationModel.AppService.AppServiceConnection.OpenAsync` can now be generated correctly and invokes the WinRT ABI successfully but fails to project the...

bug

# Proposal: Allow embedded projects to suppress generating members that reference types from specified namespaces ## Summary The current `` section allows namespaces to be included in the code generation,...

enhancement

Hi, Reviewing the implementation of GenerateMips for sRGB textures it looks like the implementation is doing a reinterpret copy into a linear texture format and then using a bilinear sampler...

bug

An issue with the current GltfImport.LoadGltfBinary implementation is that it requires the entire file to have been loaded into a managed byte array for the duration of the load. This...

enhancement
import
refactor
performance

When using a System.Text.Json JsonObject as the TemplateContext then it is not possible to directly use filters like time_zone or date on string properties in the source json as the...