| 1888 | layout_desc->m_Size = CalculateShaderTypesSize(root_type_index, types, num_types); |
| 1889 | } |
| 1890 | void GetGraphicsContextLimits(HContext context, GraphicsContextLimits& limits) |
| 1891 | { |
| 1892 | GraphicsContext* gc = (GraphicsContext*) context; |
| 1893 | limits = gc->m_Limits; |
| 1894 | } |
| 1895 | void GetAdapterVersion(HContext context, uint16_t& major, uint16_t& minor) |
| 1896 | { |
| 1897 | GraphicsContext* gc = (GraphicsContext*) context; |
no outgoing calls
no test coverage detected