diff options
author | Brian Paul <[email protected]> | 2014-09-29 10:14:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-09-30 12:08:49 -0600 |
commit | 8269bfdb8341f58c7c73671677f31076f42be22e (patch) | |
tree | bf52871df451e0d00b10f4d9ec901fb856f85a7b /src/gallium/docs/source/screen.rst | |
parent | 3bfc9a73ad0552999d237c300787a2772f163fb4 (diff) |
gallium: add doc note about cube textures and can_create_resource()
Just to be clear, and echo the description for resource_create().
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/docs/source/screen.rst')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index c83be12f77c..f4e9204004c 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -486,6 +486,8 @@ memory). This is used to implement OpenGL's proxy textures. Typically, a driver will simply check if the total size of the given resource is less than some limit. +For PIPE_TEXTURE_CUBE, the pipe_resource::array_size field should be 6. + .. _resource_create: |