MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ResetPixelPackState

Function ResetPixelPackState

renderdoc/driver/gl/gl_renderstate.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71};
72
73void ResetPixelPackState(bool compressed, GLint alignment)
74{
75 PixelPackState empty;
76 empty.alignment = alignment;
77 empty.Apply(compressed);
78}
79
80void ResetPixelUnpackState(bool compressed, GLint alignment)
81{

Callers 9

GetTextureDataMethod · 0.85
CreateDebugDataMethod · 0.85
Apply_InitialStateMethod · 0.85
glCopyImageSubDataMethod · 0.85
_glGetTexImageFunction · 0.85

Calls 1

ApplyMethod · 0.45

Tested by

no test coverage detected