Closed zhaokaixs closed 1 year ago
In your snippet, you use SRV of m_RenderTexture
, but you never use SRV of m_RenderTexture1
. This might be the reason.
In your snippet, you use SRV of
m_RenderTexture
, but you never use SRV ofm_RenderTexture1
. This might be the reason. Tutorial03_Texturing.zip is my test code,
i have two texture eg.
` m_rendertarget1
RefCntAutoPtr m_rendertarget2;
RefCntAutoPtr
` when i draw a image to m_rendertarget1 , and save m_rendertarget1 to image file,it's successs, but draw m_rendertarget1 to m_rendertarget2, save to image file. the image file is empty . why not render failed ?