MCPcopy 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

addArrayBindingMethod · 0.80
createVulkanHandlesMethod · 0.80
findBindingIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected