Evgeny Gorodetskiy

Results 32 issues of Evgeny Gorodetskiy

Signed and unsigned integer vectors comparison operators (==, ) seem to be working incorrectly in some cases on Intel-based Macs. This is reproducible in CI system of my project which...

bug

Current approach to [unit testing in HLSL++](https://github.com/redorav/hlslpp/tree/master/src) has not enough flexibility to find regressions in Release builds and reporting them in CI build system. HLSL++ unit tests are checking test...

build

Support iOS platform in [Platform App](../tree/master/Modules/Platform/App/Sources/Methane/Platform) module and enable graphics rendering with Metal backend.

help wanted
infrastructure

Methane Kit currently does not support creating Stencil and Depth-Stencil buffers. Stencil buffer support should be added.

enhancement
help wanted

Support execution of compute shaders with Methane Kit. Add compute pipeline interfaces to [Graphics Core](Modules/Graphics/Core) module along with DX12 and Metal implementations: * ComputeCommandList * ComputeState * Shader::Type::Compute

enhancement

Current implementation stores item sizes in pixels as unsigned integers, which results in two issues: - UI rescaling can not be correctly handled on DPI change - Size conversions from...

bug

Develop "cows" sample demonstraing mesh loading, instancing and depth of field postprocessing with simple Poisson disk technique.

enhancement

Choose 3rd-party mesh models loader and implement loading in a tutorial.

enhancement