mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@2d3bdcac35
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef RENDERING_CONTEXT_DRIVER_H
|
||||
#define RENDERING_CONTEXT_DRIVER_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/display_server.h"
|
||||
|
||||
@@ -122,5 +121,3 @@ public:
|
||||
virtual uint64_t get_device_memory_by_object_type(uint32_t p_type) const;
|
||||
virtual uint64_t get_device_allocs_by_object_type(uint32_t p_type) const;
|
||||
};
|
||||
|
||||
#endif // RENDERING_CONTEXT_DRIVER_H
|
||||
|
||||
Reference in New Issue
Block a user