This commit is contained in:
Бранимир Караџић
2019-01-25 17:18:30 -08:00
parent b555f2ea4d
commit 17a620a609
11 changed files with 215 additions and 201 deletions

View File

@@ -2148,15 +2148,15 @@ VK_IMPORT_DEVICE
bx::memCopy(m_uniforms[_loc], _data, _size);
}
void setMarker(const char* /*_marker*/, uint32_t /*_size*/) override
{
}
void invalidateOcclusionQuery(OcclusionQueryHandle _handle) override
{
BX_UNUSED(_handle);
}
void setMarker(const char* /*_marker*/, uint16_t /*_len*/) override
{
}
virtual void setName(Handle _handle, const char* _name, uint16_t _len) override
{
BX_UNUSED(_handle, _name, _len)