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

Function UpdateShaderTypesOffsets

engine/graphics/src/graphics.cpp:1695–1698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1693 }
1694
1695 void UpdateShaderTypesOffsets(ShaderResourceTypeInfo* type_infos, uint32_t num_type_infos)
1696 {
1697 CalculateStd140StructSize(type_infos, 0, true);
1698 }
1699
1700 void InitializeSetTextureAsyncState(SetTextureAsyncState& state)
1701 {

Callers 3

GenerateUniformBufferFunction · 0.85
TEST_FFunction · 0.85
InitializeMethod · 0.85

Calls 1

Tested by 2

TEST_FFunction · 0.68
InitializeMethod · 0.68