|
Blender
V3.3
|
Public Attributes | |
| GPUTexture * | overlay_texture |
| int | winx |
| int | winy |
| int | old_size |
| float | old_zoom |
| bool | old_col |
Definition at line 68 of file paint_cursor.c.
| bool TexSnapshot::old_col |
Definition at line 74 of file paint_cursor.c.
Referenced by load_tex().
| int TexSnapshot::old_size |
Definition at line 72 of file paint_cursor.c.
Referenced by load_tex().
| float TexSnapshot::old_zoom |
Definition at line 73 of file paint_cursor.c.
| GPUTexture* TexSnapshot::overlay_texture |
Definition at line 69 of file paint_cursor.c.
Referenced by load_tex(), paint_cursor_delete_textures(), and paint_draw_tex_overlay().
| int TexSnapshot::winx |
Definition at line 70 of file paint_cursor.c.
| int TexSnapshot::winy |
Definition at line 71 of file paint_cursor.c.