Light | Dark

imageSamples

Name

imageSamples — return the number of samples of an image

Declaration

int imageSamples( gimage2DMS image);
int imageSamples( gimage2DMSArray image);

Parameters

image

Specifies the image to which the texture is bound.

Description

imageSamples returns the number of samples per texel of the image bound to image.

Version Support

OpenGL Shading Language Version
Function Name 1.10 1.20 1.30 1.40 1.50 3.30 4.00 4.10 4.20 4.30 4.40 4.50
imageSamples - - - - - - - - - - -
Think you can improve this page? Edit this page on GitHub.