neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::graphics_operation::draw_shape Struct Reference

#include <graphics_operations.hpp>

Public Attributes

game::mesh mesh
 
vec3 position
 
pen pen
 
brush fill
 

Detailed Description

Definition at line 246 of file graphics_operations.hpp.

Member Data Documentation

◆ fill

brush neogfx::graphics_operation::draw_shape::fill

Definition at line 251 of file graphics_operations.hpp.

◆ mesh

game::mesh neogfx::graphics_operation::draw_shape::mesh

Definition at line 248 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_shape::pen

Definition at line 250 of file graphics_operations.hpp.

◆ position

vec3 neogfx::graphics_operation::draw_shape::position

Definition at line 249 of file graphics_operations.hpp.


The documentation for this struct was generated from the following file: