mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add Span struct (replacing StrRange). Spans represent read-only access to a contiguous array, resembling std::span.
This commit is contained in:
parent
cae3d722a3
commit
605b62cd29
8 changed files with 179 additions and 64 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "servers/rendering/renderer_rd/shader_rd.h"
|
||||
#include "servers/rendering/renderer_rd/shaders/effects/sort.glsl.gen.h"
|
||||
|
||||
namespace RendererRD {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue