nw::gfx::ShaderBinaryInfo::SafeBuffer::VerifyWriteSize Member Function

Syntax

bool VerifyWriteSize(
     int size
);

Arguments

Name Description
in size Data size to write.

Return Values

Returns true if there is no problem with remaining capacity. Returns fals if capacity is insufficient.

Description

Verifies that data of the specified size can be written. Shutdown processing is executed and IsFinished() returns true if the remaining size is not enough.


CONFIDENTIAL