It works even more :3

This commit is contained in:
mcrcortex
2024-01-28 22:14:04 +10:00
parent 205f043f2e
commit c4efd29206
11 changed files with 173 additions and 37 deletions

View File

@@ -23,6 +23,8 @@ struct SectionMeta {
uint _padA;
uint ptr;
uint cnt;
uint _padB;
uint _padC;
};
//TODO: see if making the stride 2*4*4 bytes or something cause you get that 16 byte write

View File

@@ -15,6 +15,7 @@
"defaultRequire": 1
},
"mixins": [
"sodium.MixinOcclusionCuller"
"sodium.MixinOcclusionCuller",
"sodium.MixinSodiumWorldRender"
]
}