Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ComparePixel
Function
ComparePixel
engine/texc/src/test/test_texc.cpp:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
static void ComparePixel(uint8_t* expected, uint8_t* current, uint32_t num_channels)
162
{
163
ASSERT_ARRAY_EQ_LEN(expected, current, num_channels);
164
}
165
166
TEST_F(TexcTest, Resize)
167
{
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected