Skip to content

Instantly share code, notes, and snippets.

View tongtunggiang's full-sized avatar
👊
Crushing all deceivers, mashing non-believers, never ending potency

Tống Tùng Giang tongtunggiang

👊
Crushing all deceivers, mashing non-believers, never ending potency
View GitHub Profile
@tongtunggiang
tongtunggiang / IndirectActor.cpp
Created November 2, 2025 18:11
Unreal indirect draw
#include "IndirectActor.h"
#include "RenderResource.h"
#include "LocalVertexFactory.h"
#include "GlobalShader.h"
#include "RHI.h"
#include "RHIUtilities.h"
#include "RenderGraphBuilder.h"
#include "RenderGraphUtils.h"
#include "HLSLTypeAliases.h"
@tongtunggiang
tongtunggiang / keybindings.json
Created June 8, 2025 10:32
VAX keybindings for VSCode
// Place your key bindings in this file to override the defaults
[
{
"key": "shift+alt+o",
"command": "workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "shift+alt+o",
"command": "-editor.action.organizeImports",
@tongtunggiang
tongtunggiang / ecs.md
Created January 10, 2019 02:59 — forked from paniq/ecs.md
Entity Component Systems