Skip to content

Commit

Permalink
Fix conflict markers in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanst98 committed Mar 18, 2024
1 parent 0cd6568 commit 32e8a9e
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,7 @@ enum class image_type : /* unspecified */ {
standard,
mipmap,
array,
<<<<<<< HEAD
interop,
cubemap,
=======
>>>>>>> sycl
};

struct image_descriptor {
Expand Down Expand Up @@ -237,11 +233,7 @@ struct image_descriptor {

The image descriptor represents the image dimensions, channel type, and channel
order. An `image_type` member is also present to allow for implementation of
<<<<<<< HEAD
mipmapped, interop, and cubemapped images.
=======
mipmapped images.
>>>>>>> sycl
mipmapped, image array, and cubemapped images.

The `image_descriptor` shall be default constructible and follow by-value
semantics.
Expand Down

0 comments on commit 32e8a9e

Please sign in to comment.