update gryphn to use GN_FALSE + GN_TRUE
This commit is contained in:
@@ -23,10 +23,10 @@ gnBool gnIsSurfaceFormatSupported(
|
||||
gnSurfaceFormat* formats = gnGetSupportedSurfaceFormats(windowSurface, device, &formatCount);
|
||||
for (int i = 0; i < formatCount; i++) {
|
||||
if (formats[i].format == format.format && formats[i].colorSpace == format.colorSpace) {
|
||||
return gnTrue;
|
||||
return GN_TRUE;
|
||||
}
|
||||
}
|
||||
return gnFalse;
|
||||
return GN_FALSE;
|
||||
}
|
||||
|
||||
gnSurfaceFormat gnGetPreferredSurfaceFormat(
|
||||
|
Reference in New Issue
Block a user