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

Method SetNumThreads

GTE/Graphics/DX11/HLSLReflection.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void HLSLReflection::SetNumThreads(uint32_t numXThreads,
103 uint32_t numYThreads, uint32_t numZThreads)
104{
105 mNumXThreads = numXThreads;
106 mNumYThreads = numYThreads;
107 mNumZThreads = numZThreads;
108}
109
110void HLSLReflection::Print(std::ofstream& output) const
111{

Callers 1

ReflectShaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected