| 1899 | minor = gc->m_AdapterVersionMinor; |
| 1900 | } |
| 1901 | HTexture GetRenderTargetAttachment(HContext context, HRenderTarget render_target, RenderTargetAttachment attachment) |
| 1902 | { |
| 1903 | return GetRenderTargetTexture(context, render_target, GetAttachmentBufferType(attachment)); |
| 1904 | } |
| 1905 | HTexture GetRenderTargetTexture(HContext context, HRenderTarget render_target, BufferType buffer_type) |
| 1906 | { |
| 1907 | GraphicsContext* gc = (GraphicsContext*)context; |