mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 14:36:35 +00:00
OpenGL Pixel History Multisampling support
- Read pixel value from the selected sample - Support the average value for multisampled textures - Mark events that fail sample mask
This commit is contained in:
committed by
Baldur Karlsson
parent
076beab650
commit
d87f505a26
@@ -155,6 +155,7 @@ RESOURCE_glsl_minmaxresult_comp TYPE_EMBED "glsl/minmaxresult.comp"
|
||||
RESOURCE_glsl_histogram_comp TYPE_EMBED "glsl/histogram.comp"
|
||||
RESOURCE_glsl_pixelhistory_mscopy_comp TYPE_EMBED "glsl/pixelhistory_mscopy.comp"
|
||||
RESOURCE_glsl_pixelhistory_mscopy_depth_comp TYPE_EMBED "glsl/pixelhistory_mscopy_depth.comp"
|
||||
RESOURCE_glsl_pixelhistory_mscopy_gl_comp TYPE_EMBED "glsl/pixelhistory_mscopy_gl.comp"
|
||||
RESOURCE_glsl_pixelhistory_primid_frag TYPE_EMBED "glsl/pixelhistory_primid.frag"
|
||||
RESOURCE_glsl_glsl_ubos_h TYPE_EMBED "glsl/glsl_ubos.h"
|
||||
RESOURCE_glsl_gl_texsample_h TYPE_EMBED "glsl/gl_texsample.h"
|
||||
|
||||
Reference in New Issue
Block a user