bgfx_uniform_info_t

Uniform info.

extern (C) @nogc nothrow
struct bgfx_uniform_info_t {}

Members

Variables

name
char[256] name;

Uniform name.

num
ushort num;

Number of elements in array.

type
bgfx_uniform_type_t type;

Uniform type.

Meta