|
@@ -74,7 +74,7 @@ extern DECLSPEC SDL_MetalView SDLCALL SDL_Metal_CreateView(SDL_Window * window);
|
|
|
* This should be called before SDL_DestroyWindow, if SDL_Metal_CreateView was
|
|
|
* called after SDL_CreateWindow.
|
|
|
*
|
|
|
- * \param view the view
|
|
|
+ * \param view the SDL_MetalView object
|
|
|
*
|
|
|
* \since This function is available since SDL 3.0.0.
|
|
|
*
|
|
@@ -85,7 +85,7 @@ extern DECLSPEC void SDLCALL SDL_Metal_DestroyView(SDL_MetalView view);
|
|
|
/**
|
|
|
* Get a pointer to the backing CAMetalLayer for the given view.
|
|
|
*
|
|
|
- * \param view the view
|
|
|
+ * \param view the SDL_MetalView object
|
|
|
* \returns a pointer
|
|
|
*
|
|
|
* \since This function is available since SDL 3.0.0.
|