xtd 0.2.0
Loading...
Searching...
No Matches
flush_intentions.h
1#pragma once
3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
5#endif
7
8#include <xtd/types.h>
9
16constexpr xtd::int32 FI_FLUSH = 0;
17
24constexpr xtd::int32 FI_SYNC = 1;
constexpr xtd::int32 FI_SYNC
Specifies that all graphics operations on the stack are executed as soon as possible....
Definition flush_intentions.h:24
constexpr xtd::int32 FI_FLUSH
Specifies that the stack of all graphics operations is flushed immediately.
Definition flush_intentions.h:16
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
Contains xtd fundamental types.