Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/extern/include/RE_pipeline.h
| Context not available. | |||||
| char chan_id[8]; /* amount defined in openexr_multi.h */ | char chan_id[8]; /* amount defined in openexr_multi.h */ | ||||
| float *rect; | float *rect; | ||||
| int rectx, recty; | int rectx, recty; | ||||
| int debug_type; | |||||
| } RenderPass; | } RenderPass; | ||||
| enum { | |||||
| RENDER_PASS_DEBUG_BVH_TRAVERSAL_STEPS = 0, | |||||
| }; | |||||
| /* a renderlayer is a full image, but with all passes and samples */ | /* a renderlayer is a full image, but with all passes and samples */ | ||||
| /* size of the rects is defined in RenderResult */ | /* size of the rects is defined in RenderResult */ | ||||
| /* after render, the Combined pass is in rectf, for renderlayers read from files it is a real pass */ | /* after render, the Combined pass is in rectf, for renderlayers read from files it is a real pass */ | ||||
| Context not available. | |||||