Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NeedRebind
Method · 0.80
UpdatePerObjectData
Method · 0.80
PopulatePerFrameData
Method · 0.80
MergeVertexDeclarations
Function · 0.80
UpdateLightBuffer
Method · 0.80
DoUpdateLists
Method · 0.80
ResolveLightData
Method · 0.80
InsertAtlasNode
Method · 0.80
RenderRaytracedShadows
Method · 0.80
ConvertVertexDeclToGranny
Function · 0.80
ConvertVertexDeclToCMF
Function · 0.80
ConsolidateFreeAreas
Method · 0.80
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.64
FormatString
Function · 0.64
TYPED_TEST
Function · 0.64