namespace RNDR
RNDR | |
Types | |
ViewInit2D | Alias for ViewInit2D_TYP. |
ViewInit2D_PTR | Alias for a pointer to a ViewInit2D_TYP. |
ViewInit2D_TYP | Describes the how a <View> should be configured. |
Variables | |
Flags | UINT These are flags from RNDR::ViewInit2D_Flag_TYP. |
Top | USHORT This specifies where the top of the <View> should start. |
Left | USHORT This specifies where the top of the <View> should start. |
Width | USHORT This is the width of the <View> in either pixels or percentage of total window size |
Height | USHORT This is the height of the <View> in either pixels or percentage of total window size |
Surface | SurfaceResource That will be the destination of the view. |
Alias for ViewInit2D_TYP.
Alias for a pointer to a ViewInit2D_TYP.
typedef struct ViewInit2D_TYP
Describes the how a <View> should be configured.
Variables | |
Flags | UINT These are flags from RNDR::ViewInit2D_Flag_TYP. |
Top | USHORT This specifies where the top of the <View> should start. |
Left | USHORT This specifies where the top of the <View> should start. |
Width | USHORT This is the width of the <View> in either pixels or percentage of total window size |
Height | USHORT This is the height of the <View> in either pixels or percentage of total window size |
Surface | SurfaceResource That will be the destination of the view. |
unsigned int Flags
UINT These are flags from RNDR::ViewInit2D_Flag_TYP. Some specify specifics about the other variables.
RSRC::SurfaceResource Surface
SurfaceResource That will be the destination of the view. Leave NULL to use CStartup’s default back buffer. Which varies depending on the type of view you happen to be initializing.
namespace RNDR
Describes the how a View should be configured.
typedef struct ViewInit2D_TYP
UINT These are flags from RNDR::ViewInit2D_Flag_TYP.
unsigned int Flags
USHORT This specifies where the top of the View should start.
unsigned short Top
USHORT This specifies where the top of the View should start.
unsigned short Left
USHORT This is the width of the View in either pixels or percentage of total window size
unsigned short Width
USHORT This is the height of the View in either pixels or percentage of total window size
unsigned short Height
SurfaceResource That will be the destination of the view.
RSRC::SurfaceResource Surface
Allows access to creation of SurfaceResources and provides the neccessary functions to create SurfaceObjects of various types.
class SurfaceResource : public Resource
Interface to control and query the running state of the program.
class CStartup