Mark Ingram

Results 7 issues of Mark Ingram

Will there be distribution via vcpkg too? Or at least consideration for cross platform projects that use CMake? Currently there is no easy way to consume nuget packages via CMake...

area-DeveloperTools
feature proposal

The documentation says: > 5.29.1. texture.sampler > The index of the sampler used by this texture. When undefined, a sampler with repeat wrapping and auto filtering SHOULD be used. >...

From [3.5.3 Transformations](https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#transformations) > To compose the local transformation matrix, TRS properties MUST be converted to matrices and postmultiplied in the T * R * S order; first the scale...

What is the payload file content used for in an MSIX, and is it important that the type uses the most accurate value (e.g. `image/jpeg` for a JPEG, rather than...

Question

Would it be possible to have an OpenCL equivalent to the `agsDriverExtensionsDX12_XXX` APIs?

[microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) allows the following input: ``` - name: Add MSBuild to PATH uses: microsoft/[email protected] with: vs-prerelease: true ``` Which adds the `-prerelease` flag to the command line to `vswhere`: >...

**Chrome:** 109.0.5414.75 **chrome-dev-tools-generator:** `abdf32b` `GetProtocolDefinitionData` crashes in `new PdlConverter(pdlScript);` when executing the script: `Engine.Execute(script, Scope);`. ``` System.TypeInitializationException HResult=0x80131534 Message=The type initializer for 'CodecsInfo' threw an exception. Source=IronPython StackTrace: at IronPython.Runtime.Operations.StringOps.TryGetEncoding(String...