mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-04 20:03:05 +00:00
Add OpConstantNull
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user