mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
graphics/metal: Fix comments
This commit is contained in:
parent
81101e0f48
commit
3952474690
@ -201,11 +201,11 @@ float4 fragmentShader(
|
|||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define Foo and FooCp macro to force macro replacement.
|
// Define Foo and FooCp macros to force macro replacement.
|
||||||
// See "6.10.3.1 Argument substitution" in ISO/IEC 9899.
|
// See "6.10.3.1 Argument substitution" in ISO/IEC 9899.
|
||||||
|
|
||||||
#define FragmentShaderFunc(filter, address) \
|
#define FragmentShaderFunc(filter, address) \
|
||||||
FragmentShaderFuncCp(filter, address) //
|
FragmentShaderFuncCp(filter, address)
|
||||||
|
|
||||||
#define FragmentShaderFuncCp(filter, address) \
|
#define FragmentShaderFuncCp(filter, address) \
|
||||||
fragment float4 FragmentShader_##filter##_##address( \
|
fragment float4 FragmentShader_##filter##_##address( \
|
||||||
|
Loading…
Reference in New Issue
Block a user