summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/renderer_null.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/src/renderer_null.cpp')
-rw-r--r--3rdparty/bgfx/src/renderer_null.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/renderer_null.cpp b/3rdparty/bgfx/src/renderer_null.cpp
index 021944e15cd..9b3de91416b 100644
--- a/3rdparty/bgfx/src/renderer_null.cpp
+++ b/3rdparty/bgfx/src/renderer_null.cpp
@@ -121,11 +121,20 @@ namespace bgfx { namespace noop
{
}
+ void overrideInternal(TextureHandle /*_handle*/, uintptr_t /*_ptr*/) BX_OVERRIDE
+ {
+ }
+
+ uintptr_t getInternal(TextureHandle /*_handle*/) BX_OVERRIDE
+ {
+ return 0;
+ }
+
void destroyTexture(TextureHandle /*_handle*/) BX_OVERRIDE
{
}
- void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const TextureHandle* /*_textureHandles*/) BX_OVERRIDE
+ void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const Attachment* /*_attachment*/) BX_OVERRIDE
{
}