summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/renderer_null.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-16 07:52:59 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-16 07:52:59 +0100
commit30ef0dc4278294830fb67add0ced228c79b55f1c (patch)
tree163f195ec1874b488bf22873d5d7e88be0f6db80 /3rdparty/bgfx/src/renderer_null.cpp
parentd13f3f0d102b7e3d0bc1a6975a554722547fba0f (diff)
Update to latest BGFX including my SteamLink support (nw)
Diffstat (limited to '3rdparty/bgfx/src/renderer_null.cpp')
-rw-r--r--3rdparty/bgfx/src/renderer_null.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/renderer_null.cpp b/3rdparty/bgfx/src/renderer_null.cpp
index a68e66f0d68..9b3de91416b 100644
--- a/3rdparty/bgfx/src/renderer_null.cpp
+++ b/3rdparty/bgfx/src/renderer_null.cpp
@@ -134,7 +134,7 @@ namespace bgfx { namespace noop
{
}
- void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const TextureHandle* /*_textureHandles*/) BX_OVERRIDE
+ void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const Attachment* /*_attachment*/) BX_OVERRIDE
{
}