nw::gfx::ShaderBinaryInfo::SafeBuffer::Write Member Function

Syntax

s32 Write(
     const u32 * src,
     s32 size
);
s32 Write(
     u32 src
);

List of Overloaded Member Functions

Write ( const u32 *, s32 ) Writes data. Returns a negative error code and exits without writing remaining data, if available memory is insufficient. IsFinished() returns true if the write fails due to a capacity problem.
Write ( u32 )

Description of Write ( const u32 *, s32 )

Writes data. Returns a negative error code and exits without writing remaining data, if available memory is insufficient. IsFinished() returns true if the write fails due to a capacity problem.

Description of Write ( u32 )


CONFIDENTIAL