|
Blender
V2.93
|
Public Attributes | |
| GPUTexture * | overlay_texture |
| int | winx |
| int | winy |
| int | old_size |
| float | old_zoom |
| bool | old_col |
Definition at line 81 of file paint_cursor.c.
| bool TexSnapshot::old_col |
Definition at line 87 of file paint_cursor.c.
Referenced by load_tex().
| int TexSnapshot::old_size |
Definition at line 85 of file paint_cursor.c.
Referenced by load_tex().
| float TexSnapshot::old_zoom |
Definition at line 86 of file paint_cursor.c.
| GPUTexture* TexSnapshot::overlay_texture |
Definition at line 82 of file paint_cursor.c.
Referenced by load_tex(), paint_cursor_delete_textures(), and paint_draw_tex_overlay().
| int TexSnapshot::winx |
Definition at line 83 of file paint_cursor.c.
| int TexSnapshot::winy |
Definition at line 84 of file paint_cursor.c.