mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 21:35:46 +00:00
glasm: Implement indirect attribute loads
This commit is contained in:
parent
2e2d1986b1
commit
e9a5390a92
4 changed files with 65 additions and 6 deletions
|
@ -30,9 +30,8 @@ bool IsInputArray(Stage stage) {
|
|||
|
||||
EmitContext::EmitContext(IR::Program& program, Bindings& bindings, const Profile& profile_,
|
||||
const RuntimeInfo& runtime_info_)
|
||||
: profile{profile_}, runtime_info{runtime_info_} {
|
||||
: info{program.info}, profile{profile_}, runtime_info{runtime_info_} {
|
||||
// FIXME: Temporary partial implementation
|
||||
const auto& info{program.info};
|
||||
u32 cbuf_index{};
|
||||
for (const auto& desc : info.constant_buffer_descriptors) {
|
||||
if (desc.count != 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue