| 5304 | } |
| 5305 | |
| 5306 | bool checkView(ViewId _id) |
| 5307 | { |
| 5308 | // workaround GCC 4.9 type-limit check. |
| 5309 | const uint32_t id = _id; |
| 5310 | return id < BGFX_CONFIG_MAX_VIEWS; |
| 5311 | } |
| 5312 | |
| 5313 | void setViewName(ViewId _id, const char* _name, int32_t _len) |
| 5314 | { |
no outgoing calls
no test coverage detected