godot/drivers
reduz 32b43cfeb3 Implement Resource UIDs
* Most resource types now have unique identifiers.
* Applies to text, binary and imported resources.
* File formats reference both by text and UID (when available). UID always has priority.
* Resource UIDs are 64 bits for better compatibility with the engine.
* Can be represented and used textually, example `uuid://dapwmgsmnl28u`.
* A special binary cache file is used and exported, containing the mappings.

Example of how it looks:

```GDScript
[gd_scene load_steps=2 format=3 uid="uid://dw86wq31afig2"]

[ext_resource type="PackedScene" uid="uid://bt36ojelx8q6c" path="res://subscene.scn" id="1_t56hs"]
```

GDScript, shaders and other special resource files can't currently provide UIDs, but this should be doable with special keywords on the files.
This will be reserved for future PRs.
2021-07-24 09:16:52 -03:00
..
alsa Omit some functions in alsa wrapper 2021-02-22 19:22:53 +01:00
alsamidi Don't clobber original library symbols 2021-02-18 00:21:10 +01:00
coreaudio Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
coremidi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
png Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
pulseaudio Fix crash when using ALSA MIDI with PulseAudio 2021-06-03 10:10:10 +02:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix Implement Resource UIDs 2021-07-24 09:16:52 -03:00
vulkan Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK path option, use xcframework instead of static framework). 2021-07-22 16:29:24 +03:00
wasapi Reorganize Project Settings 2021-02-18 11:23:34 -03:00
windows Implement Resource UIDs 2021-07-24 09:16:52 -03:00
winmidi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xaudio2 Reorganize Project Settings 2021-02-18 11:23:34 -03:00
register_driver_types.cpp Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
register_driver_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub LinuxBSD now compiles without vulkan/x11. 2021-06-01 16:27:54 +02:00