Skip to content

Commit

Permalink
[dxvk] Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Oct 24, 2024
1 parent bb4c0fe commit 145d741
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dxvk/dxvk_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -936,9 +936,6 @@ namespace dxvk {
* backing resource. This allows the host to access
* the buffer while the GPU is still accessing the
* original backing resource.
*
* \warning If the buffer is used by another context,
* invalidating it will result in undefined behaviour.
* \param [in] buffer The buffer to invalidate
* \param [in] slice New buffer slice
*/
Expand All @@ -962,8 +959,6 @@ namespace dxvk {
* \brief Invalidates image content
*
* Replaces the backing storage of an image.
* \warning If the image is used by another context,
* invalidating it will result in undefined behaviour.
* \param [in] buffer The buffer to invalidate
* \param [in] slice New buffer slice
*/
Expand All @@ -975,8 +970,6 @@ namespace dxvk {
* \brief Invalidates image content and add usage flag
*
* Replaces the backing storage of an image.
* \warning If the image is used by another context,
* invalidating it will result in undefined behaviour.
* \param [in] buffer The buffer to invalidate
* \param [in] slice New buffer slice
* \param [in] usageInfo Added usage info
Expand Down

0 comments on commit 145d741

Please sign in to comment.