Home
last modified time | relevance | path

Searched refs:OutputCast (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DGLSLGenerator.h92 void OutputCast(const HLSLType& type);
H A DGLSLGenerator.cpp527 OutputCast(*dstType); in OutputExpression()
574 OutputCast(castingExpression->type); in OutputExpression()
1987 void GLSLGenerator::OutputCast(const HLSLType& type) in OutputCast() function in M4::GLSLGenerator