Martin Krošlák

Results 5 issues of Martin Krošlák

When user attempts to create graphics pipeline with `VK_DYNAMIC_STATE_LINE_WIDTH` and polygon mode other than `VK_POLYGON_MODE_LINE`, Vulkan back-end will create graphics pipeline without this dynamic state setting. This can potentially lead...

bug
help wanted

At one point, wiki server hosting documentation was incorrectly mentioning need for `TRACY_NO_INVARIANT_CHECK` setting, but that has since been corrected. It should probably also be removed from the docker images.

**Describe the bug** When `AUTOLINK_SUPPORT` is enabled, enum type name appearances in documentation are not links to enum documentation. Other entities (classes, methods, enum members, etc.) appear to work correctly....

bug
fixed but not released
C/C++
C#

This PR addresses https://github.com/GPUOpen-Tools/compressonator/issues/332 by adding passing of user parameters to functions taking `CMP_Feedback_Proc` and propagates them over to place invoking feedback procedure. I might have missed some places, as...

CompressonatorSDK feedback procedure `CMP_Feedback_Proc` declares two user parameters, `pUser1` and `pUser2`. https://github.com/GPUOpen-Tools/compressonator/blob/f4b53d79ec5abbb50924f58aebb7bf2793200b94/cmp_compressonatorlib/compressonator.h#L948 However, there does not appear to be a way for user to pass values for those parameters along...