nCine::RHI::RSX::RsxShaderProgram::RsxBlockUpload struct

Where one uniform block's bytes go among a stage's constants.

The Cg dialect has no counterpart to a std140 block - its emitter hoists each block member to a top-level uniform - so a block is uploaded member by member, exactly as on the Vita.

Public variables

const rsxProgramConst* Param
std::uint32_t BindingIndex
std::uint32_t SourceOffset
std::uint32_t MaxByteSize
const char* Name