You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed error related to ImGui::Image and sampler creation. Note : The sampler bug was related to using a COMPARISON_FUNC_LESS while using a ANISOTROPIC filter, which caused errors while using the latest agility SDK. The Imgui::image bug was caused due to using CPU descriptor handles rather than GPU handles
Alternatively open the folder in Visual Studio's open folder mode.
85
85
+ Run the `Setup.bat` file, which will install the DirectXAgility SDK and the DirectXShader Compiler. You will be asked to enter the build path, which was the same path you gave in cmake -S . -B 'BuildPath'. If you followed the commands above, BuildPath = Build.
86
86
87
+
NOTE : Since a preview version of Agility SDK is currently being used, you need to enable Developer Mode for the application to run.
0 commit comments