mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-06 22:49:28 +01:00
Add OpConstantNull
This commit is contained in:
parent
42c456f24f
commit
a582641b99
3 changed files with 8 additions and 1 deletions
|
|
@ -141,6 +141,9 @@ public:
|
|||
Ref ConstantSampler(Ref result_type, spv::SamplerAddressingMode addressing_mode,
|
||||
bool normalized, spv::SamplerFilterMode filter_mode);
|
||||
|
||||
/// Returns a null constant value.
|
||||
Ref ConstantNull(Ref result_type);
|
||||
|
||||
// Function
|
||||
|
||||
/// Declares a function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue