MCPcopy Create free account
hub / github.com/TheRealMJP/MSAAFilter / SampleFrameworkDir

Function SampleFrameworkDir

SampleFramework11/v1.01/Utility.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19std::wstring SampleFrameworkDir()
20{
21 return std::wstring(SampleFrameworkDir_);
22}
23
24// Converts from cartesian to barycentric coordinates
25XMFLOAT3 CartesianToBarycentric(float x, float y, const XMFLOAT2& pos1, const XMFLOAT2& pos2, const XMFLOAT2& pos3)

Callers 6

GetExpandedShaderCodeFunction · 0.85
OpenMethod · 0.85
InitializeMethod · 0.85
GetTextureDataFunction · 0.85
InitializeMethod · 0.85
InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected