MCPcopy Create free account
hub / github.com/defold/defold / GetGraphicsContextLimits

Function GetGraphicsContextLimits

engine/graphics/src/graphics.cpp:1890–1894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

Graphics_GetAdapterInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected