This commit is contained in:
Бранимир Караџић
2019-07-17 21:43:55 -07:00
parent cf05c7d2b1
commit 9a4e44bfdc
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2018 Aleš Mlakar. All rights reserved.
* Copyright 2018 Ales Mlakar. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
@@ -211,7 +211,7 @@ public:
if ((BGFX_CAPS_TEXTURE_BLIT | BGFX_CAPS_TEXTURE_READ_BACK) != (bgfx::getCaps()->supported & (BGFX_CAPS_TEXTURE_BLIT | BGFX_CAPS_TEXTURE_READ_BACK)))
{
// When texture read-back or blit is not supported by GPU blink!
// When texture read-back or blit is not supported by GPU blink!
bool blink = uint32_t(time*3.0f) & 1;
bgfx::dbgTextPrintf(0, 0, blink ? 0x4f : 0x04, " Texture read-back and/or blit not supported by GPU. ");

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2018 Aleš Mlakar. All rights reserved.
/*
* Copyright 2018 Ales Mlakar. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2018 Aleš Mlakar. All rights reserved.
* Copyright 2018 Ales Mlakar. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/