<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mahou_ptr</author_name>
  <author_url>https://blog.hatena.ne.jp/mahou_ptr/</author_url>
  <blog_title>ゲーム作りは楽しい</blog_title>
  <blog_url>https://mahou-ptr.hatenablog.com/</blog_url>
  <categories>
    <anon>ゲームプログラミング</anon>
    <anon>シェーダー</anon>
    <anon>技術</anon>
  </categories>
  <description>随時更新するかも スクリーン float screen(float dest, float src) { return 1 - (1 - dest) * (1 - src); } float4 screen(float4 dest, float4 src) { float4 color; color.r = screen(dest.r, src.r); color.g = screen(dest.g, src.g); color.b = screen(dest.b, src.b); color.a = 1.0; return color; } オーバーレイ float overlay(floa…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmahou-ptr.hatenablog.com%2Fentry%2F2021%2F08%2F07%2F032113&quot; title=&quot;レイヤー合成、計算式メモ - ゲーム作りは楽しい&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-08-07 03:21:13</published>
  <title>レイヤー合成、計算式メモ</title>
  <type>rich</type>
  <url>https://mahou-ptr.hatenablog.com/entry/2021/08/07/032113</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
