Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/operations/COM_TextureOperation.h
| Show All 38 Lines | private: | ||||
| const RenderData *m_rd; | const RenderData *m_rd; | ||||
| SocketReader *m_inputSize; | SocketReader *m_inputSize; | ||||
| SocketReader *m_inputOffset; | SocketReader *m_inputOffset; | ||||
| struct ImagePool *m_pool; | struct ImagePool *m_pool; | ||||
| bool m_sceneColorManage; | bool m_sceneColorManage; | ||||
| protected: | protected: | ||||
| /** | /** | ||||
| * Determine the output resolution. The resolution is retrieved from the Renderer | * Determine the output resolution. | ||||
| */ | */ | ||||
| void determineResolution(unsigned int resolution[2], | void determineResolution(unsigned int resolution[2], | ||||
| unsigned int preferredResolution[2]) override; | unsigned int preferredResolution[2]) override; | ||||
| /** | /** | ||||
| * Constructor | * Constructor | ||||
| */ | */ | ||||
| TextureBaseOperation(); | TextureBaseOperation(); | ||||
| Show All 31 Lines | |||||