MCPcopy Create free account
hub / github.com/DavidColson/Polybox / Type

Enum Type

source/userdata.h:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5struct String;
6
7enum class Type:u8 {
8 Float32,
9 Int32,
10 Int16,
11 Uint8
12};
13
14struct UserData {
15 i32 width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected