Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ limit_get
Method
limit_get
servers/rendering/rendering_device.cpp:7242–7244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7240
}
7241
7242
uint64_t RenderingDevice::limit_get(Limit p_limit) const {
7243
return driver->limit_get(p_limit);
7244
}
7245
7246
void RenderingDevice::finalize() {
7247
ERR_RENDER_THREAD_GUARD();
Callers
11
_configure_3d_render_buffers
Method · 0.45
texture_create
Method · 0.45
draw_list_bind_uniform_set
Method · 0.45
compute_list_bind_uniform_set
Method · 0.45
compute_list_dispatch
Method · 0.45
RendererCompositorRD
Method · 0.45
update
Method · 0.45
get_maximum_viewport_size
Method · 0.45
get_maximum_shader_varyings
Method · 0.45
get_maximum_uniform_buffer_size
Method · 0.45
LightStorage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected