glsl: fix typos in comments "transfor" -> "transform"

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Jose Maria Casanova Crespo 2018-11-21 19:22:05 +01:00
parent 3214f20914
commit cc7173b438
1 changed files with 3 additions and 3 deletions

View File

@ -759,17 +759,17 @@ public:
unsigned is_xfb_only:1;
/**
* Was a transfor feedback buffer set in the shader?
* Was a transform feedback buffer set in the shader?
*/
unsigned explicit_xfb_buffer:1;
/**
* Was a transfor feedback offset set in the shader?
* Was a transform feedback offset set in the shader?
*/
unsigned explicit_xfb_offset:1;
/**
* Was a transfor feedback stride set in the shader?
* Was a transform feedback stride set in the shader?
*/
unsigned explicit_xfb_stride:1;