gfx/source-texture: Apply formatting as required by clang-format 14
This commit is contained in:
parent
9e6171ab06
commit
ba15203c67
|
|
@ -34,11 +34,11 @@ namespace streamfx::gfx {
|
||||||
source_texture(streamfx::obs::weak_source child, streamfx::obs::weak_source parent);
|
source_texture(streamfx::obs::weak_source child, streamfx::obs::weak_source parent);
|
||||||
|
|
||||||
public /*copy*/:
|
public /*copy*/:
|
||||||
source_texture(source_texture const& other) = delete;
|
source_texture(source_texture const& other) = delete;
|
||||||
source_texture& operator=(source_texture const& other) = delete;
|
source_texture& operator=(source_texture const& other) = delete;
|
||||||
|
|
||||||
public /*move*/:
|
public /*move*/:
|
||||||
source_texture(source_texture&& other) = delete;
|
source_texture(source_texture&& other) = delete;
|
||||||
source_texture& operator=(source_texture&& other) = delete;
|
source_texture& operator=(source_texture&& other) = delete;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue