Variable nvidia::holoscan::kFragmentShaderSource

static const char * nvidia::holoscan::kFragmentShaderSource  ="#version 330 core\n""out vec4 fragColor;\n""in vec2 texCoord;\n""uniform sampler2D inTexture;\n""void main() {\n""  fragColor = texture2D(inTexture, texCoord);\n""}\n"

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.