tests: build tests with C90 standard
C90 mode is disabled for: - testautomation: use of isnan/isfinite - testlock: use of kill - testvulkan: use of c++ style strings in vulkan.h
This commit is contained in:
committed by
Anonymous Maarten
parent
5b5b67df20
commit
b4291412a4
@@ -758,7 +758,7 @@ int main(int argc, char *argv[])
|
||||
ctx.glBindTexture(g_texture_type, g_texture);
|
||||
GL_CHECK(ctx.glClearColor(1, 1, 1, 1));
|
||||
|
||||
// SDL_BLENDMODE_BLEND
|
||||
/* SDL_BLENDMODE_BLEND */
|
||||
GL_CHECK(ctx.glEnable(GL_BLEND));
|
||||
ctx.glBlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
|
||||
ctx.glBlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD);
|
||||
|
||||
Reference in New Issue
Block a user