MCPcopy Create free account
hub / github.com/axmolengine/axmol / TextureInfo

Method TextureInfo

core/renderer/backend/ProgramState.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41std::vector<ProgramState::AutoBindingResolver*> ProgramState::_customAutoBindingResolvers;
42
43TextureInfo::TextureInfo(std::vector<int>&& _slots, std::vector<backend::TextureBackend*>&& _textures)
44 : TextureInfo(std::move(_slots), std::vector<int>(_slots.size(), 0), std::move(_textures))
45{}
46
47TextureInfo::TextureInfo(std::vector<int>&& _slots,
48 std::vector<int>&& _indexs,

Callers

nothing calls this directly

Calls 2

assignMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected