✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Tekintsük az alábbi pixel shader programot:
uniform sampler2D samplerUnit;
in vec2 texcoord;
out vec4 fragmentColor;
void main() {
fragmentColor = (samplerUnit, texcoord);
}
Jelöljük be az erre vonatkozó igaz állításokat!