nw::gfx::ShaderBinaryInfo::SafeBuffer::Write Member Functions32 Write( const u32 * src, s32 size ); s32 Write( u32 src );
| 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 ) |
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.
CONFIDENTIAL