MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / getVs

Function getVs

src/dll/shaderRegistry.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 ID3D11VertexShader* getVs(ShaderHandle h) {
268 assert(shaderReloadInfo[h.id].shaderType == ShaderType::Vertex);
269 return loadedShaders[h.id].vs;
270 }
271
272 ID3D11ComputeShader* getCs(ShaderHandle h) {
273 assert(shaderReloadInfo[h.id].shaderType == ShaderType::Compute);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected