MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / ShaderSurface

Function ShaderSurface

src/Engine/ShaderMove.h:118–121  ·  view source on GitHub ↗

* Create warper from Surface * @param s standard 8bit OpenXcom surface * @return */

Source from the content-addressed store, hash-verified

116 * @return
117 */
118inline ShaderMove<Uint8> ShaderSurface(Surface* s)
119{
120 return ShaderMove<Uint8>(s);
121}
122
123/**
124 * Create warper from Surface and provided offset

Callers 4

blitNShadeMethod · 0.85
drawRoutine0Method · 0.85
drawShadowMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected