mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium: update comment for enum pipe_format
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
e7a614c60c
commit
6addb7f42b
1 changed files with 1 additions and 6 deletions
|
|
@ -36,13 +36,8 @@ extern "C" {
|
|||
#include "p_config.h"
|
||||
|
||||
/**
|
||||
* Texture/surface image formats (preliminary)
|
||||
* Formats for textures, surfaces and vertex data
|
||||
*/
|
||||
|
||||
/* KW: Added lots of surface formats to support vertex element layout
|
||||
* definitions, and eventually render-to-vertex-buffer.
|
||||
*/
|
||||
|
||||
enum pipe_format {
|
||||
PIPE_FORMAT_NONE = 0,
|
||||
PIPE_FORMAT_B8G8R8A8_UNORM = 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue