Searched refs:vsInputDataType (Results 1 – 1 of 1) sorted by relevance
772 GLenum GetMappedGLType(GLenum glType, VsInputDataType vsInputDataType) in GetMappedGLType() argument777 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_BYTE : GL_UNSIGNED_BYTE; in GetMappedGLType()780 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_SHORT : GL_UNSIGNED_SHORT; in GetMappedGLType()783 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_INT : GL_UNSIGNED_INT; in GetMappedGLType()785 return vsInputDataType != VsInputDataType::INT ? GL_UNSIGNED_BYTE : GL_BYTE; in GetMappedGLType()787 return vsInputDataType != VsInputDataType::INT ? GL_UNSIGNED_SHORT : GL_SHORT; in GetMappedGLType()790 return vsInputDataType != VsInputDataType::INT ? GL_UNSIGNED_INT : GL_INT; in GetMappedGLType()793 return vsInputDataType != VsInputDataType::INT ? GL_UNSIGNED_INT : GL_INT; in GetMappedGLType()