imageSamples - return the number of samples of an image
Contents
Copyright
Copyright © 2014 Khronos Group
[FIXME: source] 11/18/2024 IMAGESAMPLES(3G)
Declaration
intimageSamples(gimage2DMSimage);intimageSamples(gimage2DMSArrayimage);
Description
imageSamples returns the number of samples per texel of the image bound to image.
Name
imageSamples - return the number of samples of an image
Parameters
image
Specifies the image to which the texture is bound.
See Also
imageLoad(), imageStore(), textureSamples()
Version Support
┌──────────────┬───────────────────────────────────────────────────────────────────────────────────┐
│ │ OpenGLShadingLanguageVersion │
├──────────────┼──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┤
│ Function │ 1.10 │ 1.20 │ 1.30 │ 1.40 │ 1.50 │ 3.30 │ 4.00 │ 4.10 │ 4.20 │ 4.30 │ 4.40 │ 4.50 │
│ Name │ │ │ │ │ │ │ │ │ │ │ │ │
├──────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
│ imageSamples │ - │ - │ - │ - │ - │ - │ - │ - │ - │ - │ - │ ✔ │
└──────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┘
