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

Function BLUE_INTERFACE

trinity/ITr2RenderNode.h:10–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10BLUE_INTERFACE( ITr2RenderNode ) :
11 public IRoot
12{
13 struct TempOutput
14 {
15 BlueSharedString name;
16 Tr2GpuResourcePool::Texture texture;
17 };
18 template <typename T>
19 struct Span
20 {
21 T* data = nullptr;
22 size_t size = 0;
23
24 T& operator[]( size_t index )
25 {
26 return data[index];
27 }
28 const T& operator[]( size_t index ) const
29 {
30 return data[index];

Callers 1

ITr2Renderable.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected