opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
chequered_texture.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace osc
6{
8 public:
10
11 const Texture2D& texture() const { return texture_; }
12 operator const Texture2D& () const { return texture_; }
13 private:
14 Texture2D texture_;
15 };
16}
Definition chequered_texture.h:7
const Texture2D & texture() const
Definition chequered_texture.h:11
Definition texture2d.h:22
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56