fix some doc comments

pull/8/head
cosmonaut 2020-12-17 11:44:34 -08:00
parent 09b776d172
commit 75093afddb
2 changed files with 1 additions and 3 deletions

View File

@ -597,8 +597,6 @@ typedef void (REFRESHCALL * REFRESH_LogFunc)(const char *msg);
/* Device */
/* Create a rendering context for use on the calling thread.
* This creation method takes an existing FNA3D_Device
* to ease interoperability with existing FNA graphics code.
*
* deviceWindowHandle:
* A handle to a window.

View File

@ -559,6 +559,6 @@ typedef struct REFRESH_Driver
extern REFRESH_Driver VulkanDriver;
#endif /* FNA3D_DRIVER_H */
#endif /* REFRESH_DRIVER_H */
/* vim: set noexpandtab shiftwidth=8 tabstop=8: */