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

Class Tr2ShaderBytecodeAL

trinityal/include/Tr2ShaderAL.h:12–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12struct Tr2ShaderBytecodeAL
13{
14 Tr2ShaderBytecodeAL();
15 Tr2ShaderBytecodeAL( const void* bytecode, size_t size );
16
17 template <typename T, size_t Size>
18 Tr2ShaderBytecodeAL( const T ( &bytecode_ )[Size] ) :
19 bytecode( bytecode_ ),
20 size( Size * sizeof( T ) )
21 {
22 }
23
24 ~Tr2ShaderBytecodeAL();
25
26 const void* bytecode;
27 size_t size;
28};
29
30
31struct Tr2ShaderPipelineInputAL

Callers 7

ReadMethod · 0.85
GetBytecodeMethod · 0.85
GetBytecodeMethod · 0.85
AddShaderMethod · 0.85
AddShadersMethod · 0.85
TEST_FFunction · 0.85
GetBytecodeMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68