Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGRECave/ogre-next
/ toKey
Method
toKey
OgreMain/include/OgreRootLayout.h:398–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
397
static ArrayDesc fromKey( uint32 x ) { return ArrayDesc( x >> 16u, x & 0x0000FFFFu ); }
398
uint32 toKey() const { return uint32( bindingIdx << 16u ) | arraySize; }
399
};
400
401
bool mCompute;
Callers
4
addArrayBinding
Method · 0.80
generateRootLayoutMacros
Method · 0.80
createVulkanHandles
Method · 0.80
findBindingIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected