Name
tex2DMSsize - returns the size of a given multisample texture image for a given level of detail.
Synopsis
int3 tex2DMSsize(sampler2DMS samp)
int3 tex2DMSsize(isampler2DMS samp)
int3 tex2DMSsize(usampler2DMS samp)
Parameters
- samp
-
Sampler to be queried for size.
Description
Given a sampler the size of the corresponding texture image is returned as
the result of the operation.
Profile Support
tex2DMSsize is only supported in gp5 and newer profiles.
glsl profile support requires ARB_texture_multisample extension or OpenGL 3.2
See Also
http://www.opengl.org/registry/specs/ARB/texture_multisample.txt
tex2Dsize, tex2DMSfetch
|