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

Function CreateConstantColorPS

trinityal/tests/SwapChainResizing.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37ALResult CreateConstantColorPS( Tr2ShaderAL& shader, Tr2PrimaryRenderContextAL& renderContext )
38{
39 uint8_t bytecode[] = {
40#include INCLUDE_SHADER_CODE( ConstantColor.ps )
41 };
42
43 return shader.Create( PIXEL_SHADER, bytecode, Tr2ShaderSignatureAL(), "", renderContext );
44}
45
46}
47

Callers 1

TEST_FFunction · 0.70

Calls 2

CreateMethod · 0.45

Tested by

no test coverage detected