d3d12: Update docs for max-mip-levels property

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8290>
This commit is contained in:
Seungha Yang 2025-01-13 00:39:43 +09:00
parent 561714a454
commit ee0afa29d1

View file

@ -14074,6 +14074,20 @@
"type": "gdouble",
"writable": true
},
"max-mip-levels": {
"blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "1",
"max": "65535",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
},
"method": {
"blurb": "Method used for sampling",
"conditionally-available": false,
@ -14767,7 +14781,7 @@
"presence": "always"
},
"src": {
"caps": "video/x-raw(memory:D3D12Memory):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D12Memory, meta:GstVideoOverlayComposition):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
"caps": "video/x-raw(memory:D3D12Memory):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE, GRAY8, GRAY16_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D12Memory, meta:GstVideoOverlayComposition):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE, GRAY8, GRAY16_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
"direction": "src",
"presence": "always"
}
@ -14928,6 +14942,20 @@
"readable": true,
"type": "guint64",
"writable": true
},
"max-mip-levels": {
"blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "1",
"max": "65535",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
}
},
"rank": "none"
@ -15233,6 +15261,20 @@
"type": "gdouble",
"writable": true
},
"max-mip-levels": {
"blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "1",
"max": "65535",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
},
"msaa": {
"blurb": "MSAA (Multi-Sampling Anti-Aliasing) level",
"conditionally-available": false,
@ -15650,6 +15692,20 @@
"type": "gdouble",
"writable": true
},
"max-mip-levels": {
"blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "1",
"max": "65535",
"min": "0",
"mutable": "null",
"readable": true,
"type": "guint",
"writable": true
},
"msaa": {
"blurb": "MSAA (Multi-Sampling Anti-Aliasing) level",
"conditionally-available": false,