Error C2679: Binary '<<' Operator Issue when DEBUG_COMMAND_STREAM
is true
#7966
Labels
bug
Something isn't working
DEBUG_COMMAND_STREAM
is true
#7966
Describe the bug
When setting
DEBUG_COMMAND_STREAM
totrue
, the source code fails to compile due to binary<<
operator errors.To Reproduce
Steps to reproduce the behavior:
#define DEBUG_COMMAND_STREAM true
in the source code.<<
operator.Expected behavior
The source code should compile successfully without errors when
DEBUG_COMMAND_STREAM
is set totrue
.Screenshots
Not applicable.
Logs
Desktop (please complete the following information):
Smartphone (please complete the following information):
Not applicable.
Additional context
The errors occur specifically when
DEBUG_COMMAND_STREAM
is defined astrue
. There are no suitable operator overloads for the binary<<
operation with the typesCompilerPriorityQueue
andShaderStage
.The text was updated successfully, but these errors were encountered: