![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <ShaderCommon.hpp>
Public Member Functions | |
SIV3D_NODISCARD_CXX20 | HLSL (FilePath _path) |
SIV3D_NODISCARD_CXX20 | HLSL (FilePath _path, String _entryPoint) |
ShaderGroup | operator| (const GLSL &glsl) const |
ShaderGroup | operator| (const MSL &msl) const |
ShaderGroup | operator| (const ESSL &essl) const |
ShaderGroup | operator| (const WGSL &wgsl) const |
operator VertexShader () const | |
operator PixelShader () const | |
Public Attributes | |
FilePath | path |
String | entryPoint |
HLSL ファイル
|
explicit |
s3d::HLSL::operator PixelShader | ( | ) | const |
s3d::HLSL::operator VertexShader | ( | ) | const |
ShaderGroup s3d::HLSL::operator| | ( | const ESSL & | essl | ) | const |
ShaderGroup s3d::HLSL::operator| | ( | const GLSL & | glsl | ) | const |
ShaderGroup s3d::HLSL::operator| | ( | const MSL & | msl | ) | const |
ShaderGroup s3d::HLSL::operator| | ( | const WGSL & | wgsl | ) | const |
String s3d::HLSL::entryPoint |
FilePath s3d::HLSL::path |