Results 5 issues of Mohammad Sami

Hi! I have template class like `template class Ref { ''' }` is it possible to include argument type in type registration? like: `RTTR_REGISTRATION { rttr::registration::class_("Foo") ... }`

Hi! I am using the project in my game engine. The scopes of my main loop and job system manager are completely different so I can't put any function in...

Hi! Is there any chance of upgrading to C++ 20? The highest version of C++ that I use this library with is 14, and when switching to a higher version,...

## Problem Currenly, each permutation is calculated with a selection of defines values. Each define must be specified with its accepted values for the shader to be compiled with. When...

HlslParseContext should respect global uniform block name override by intermediate. Currently global uniform block name resolved by hlsl parse context is always "$Global" (not even "$Globals" for compatibility with DXC)....