GetRequiredBufferSize

nn::gr::CTR::ShaderLite::GetRequiredBufferSize Member Function

Syntax

u32 GetRequiredBufferSize(
     const void * shader_binary
);

Parameters

Name Description
in shader_binary The shader binary linked by ctr_VertexShaderLinker32.exe.

Return Values

Returns the required buffer size.

Description

Gets the size of the buffer required for SetupBinary from the shader binary.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL