mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
Merge pull request #53857 from briansemrau/rd-free-rid-bind-rename
This commit is contained in:
commit
dbd560cb68
2 changed files with 2 additions and 2 deletions
|
|
@ -451,7 +451,7 @@ void RenderingDevice::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("compute_list_add_barrier", "compute_list"), &RenderingDevice::compute_list_add_barrier);
|
||||
ClassDB::bind_method(D_METHOD("compute_list_end", "post_barrier"), &RenderingDevice::compute_list_end, DEFVAL(BARRIER_MASK_ALL));
|
||||
|
||||
ClassDB::bind_method(D_METHOD("free", "rid"), &RenderingDevice::free);
|
||||
ClassDB::bind_method(D_METHOD("free_rid", "rid"), &RenderingDevice::free);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("capture_timestamp", "name"), &RenderingDevice::capture_timestamp);
|
||||
ClassDB::bind_method(D_METHOD("get_captured_timestamps_count"), &RenderingDevice::get_captured_timestamps_count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue