mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-21 14:06:45 +00:00
Rename colour to color in public API code
* Following the principle of least surprise, color tends to be more commonly used in APIs and graphics code even outside the USA.
This commit is contained in:
@@ -82,9 +82,9 @@ public:
|
||||
{
|
||||
m_Proxy->GetOutputWindowDimensions(id, w, h);
|
||||
}
|
||||
void ClearOutputWindowColour(uint64_t id, float col[4])
|
||||
void ClearOutputWindowColor(uint64_t id, float col[4])
|
||||
{
|
||||
m_Proxy->ClearOutputWindowColour(id, col);
|
||||
m_Proxy->ClearOutputWindowColor(id, col);
|
||||
}
|
||||
void ClearOutputWindowDepth(uint64_t id, float depth, uint8_t stencil)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user