Expose buffer interpretation helpers to python

This commit is contained in:
baldurk
2026-08-13 21:05:15 +01:00
parent 2fbf67493f
commit e20c2b9985
19 changed files with 799 additions and 294 deletions
+2
View File
@@ -183,6 +183,7 @@ SOURCES += Code/qrenderdoc.cpp \
Code/Interface/ShaderProcessingTool.cpp \
Code/Interface/PersistentConfig.cpp \
Code/Interface/RemoteHost.cpp \
Code/Interface/Helpers.cpp \
Styles/StyleData.cpp \
Styles/RDStyle/RDStyle.cpp \
Styles/RDTweakedNativeStyle/RDTweakedNativeStyle.cpp \
@@ -271,6 +272,7 @@ HEADERS += Code/CaptureContext.h \
Code/Interface/QRDInterface.h \
Code/Interface/Analytics.h \
Code/Interface/PersistentConfig.h \
Code/Interface/Helpers.h \
Code/Interface/Extensions.h \
Code/Interface/RemoteHost.h \
Styles/StyleData.h \