MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetAPI

Method GetAPI

GTE/Graphics/DX11/HLSLProgramFactory.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int32_t HLSLProgramFactory::GetAPI() const
26{
27 return PF_HLSL;
28}
29
30std::shared_ptr<VisualProgram> HLSLProgramFactory::CreateFromBytecode(
31 std::vector<uint8_t> const& vsBytecode,

Callers 15

VolumeFogEffectMethod · 0.45
OverlayEffectMethod · 0.45
TextEffectMethod · 0.45
Texture2EffectMethod · 0.45
CubeMapEffectMethod · 0.45
AreaLightEffectMethod · 0.45
Texture3EffectMethod · 0.45
BumpMapEffectMethod · 0.45
VertexColorEffectMethod · 0.45
ConstantColorEffectMethod · 0.45
PlanarShadowEffectMethod · 0.45
LightEffectMethod · 0.45

Calls

no outgoing calls

Tested by 2

GPUFluid2UpdateStateMethod · 0.36
GPUFluid3UpdateStateMethod · 0.36