| 39 | } |
| 40 | |
| 41 | static inline bool IsUniformTypeSupported(dmGraphics::Type type) |
| 42 | { |
| 43 | return type == dmGraphics::TYPE_FLOAT_VEC4 || type == dmGraphics::TYPE_FLOAT_MAT4 || dmGraphics::IsTypeTextureType(type) || type == dmGraphics::TYPE_SAMPLER; |
| 44 | } |
| 45 | |
| 46 | void FillElementIds(const char* name, char* buffer, uint32_t buffer_size, dmhash_t element_ids[4]) |
| 47 | { |
no test coverage detected