MCPcopy Create free account
hub / github.com/carbonengine/trinity / ScalarType

Function ScalarType

shadercompiler/OutputHLSL.cpp:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408Type ScalarType( const Type& type )
409{
410 Type scalarType = type;
411 scalarType.width = scalarType.height = 1;
412 return scalarType;
413}
414
415Type MslTextureTemplateType( const Type& textureType )
416{

Callers 1

MslTextureTemplateTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected