MCPcopy Create free account
hub / github.com/carbonengine/trinity / size

Method size

shadercompiler/python/shadercompiler/effectinfo.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 return self._offset
63
64 def size(self):
65 return len(self._data)
66
67 def remaining(self):
68 return len(self._data) - self._offset

Callers 15

NeedRebindMethod · 0.80
UpdatePerObjectDataMethod · 0.80
PopulatePerFrameDataMethod · 0.80
MergeVertexDeclarationsFunction · 0.80
UpdateLightBufferMethod · 0.80
DoUpdateListsMethod · 0.80
ResolveLightDataMethod · 0.80
InsertAtlasNodeMethod · 0.80
ConvertVertexDeclToCMFFunction · 0.80
ConsolidateFreeAreasMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
FormatStringFunction · 0.64
TYPED_TESTFunction · 0.64