Skip to content

Commit

Permalink
Fix invalid encoded character
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Dec 17, 2024
1 parent 663ae9b commit 4ac6b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderdoc/driver/shaders/dxil/dxil_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4ac6b77

Please sign in to comment.