OpenSiv3D  v0.6.5
C++20 framework for creative coding
ShaderStage.hpp File Reference
#include "Common.hpp"
#include "detail/ShaderStage.ipp"

Namespaces

 s3d
 
 s3d::Shader
 
 s3d::Shader::Internal
 

Enumerations

enum  s3d::ShaderStage : uint8 { s3d::ShaderStage::Vertex, s3d::ShaderStage::Pixel }
 シェーダステージ More...
 

Functions

constexpr uint32 s3d::Shader::Internal::MakeSamplerSlot (ShaderStage stage, uint32 index) noexcept
 
constexpr uint32 s3d::Shader::Internal::MakeUniformBlockBinding (ShaderStage stage, uint32 index) noexcept