Fix invalid encoded character

This commit is contained in:
baldurk
2024-12-17 17:40:30 +00:00
parent 663ae9bc94
commit 4ac6b7765c
+1 -1
View File
@@ -51,7 +51,7 @@ RDOC_CONFIG(bool, D3D12_DXILShaderDebugger_Logging, false,
// ComputeDXILTypeByteSize does not consider byte alignment
// GetElementPtr: only handles a two indexes
// Sample*: Argument 10 which is called Clamp is not used
// ShuffleVector: mask entries might be undef meaning "dont care"
// ShuffleVector: mask entries might be undef meaning "don't care"
// normal is not zero, not subnormal, not infinite, not NaN
inline bool RDCISNORMAL(float input)