0
votes
1answer
38 views
Fragment shaders: output variables
Reading the GLSL 1.40 specification:
Fragment outputs can only be float,
floating-point vectors, signed or
unsigned integers or integer vectors,
or arrays of any these. Matrices and
…
1
vote
5answers
258 views
Rails - fragment cache not expiring
This one has me stumped.
I have a view with a cached fragment:
- cache :key=>"news" do
%h2 News
- etc
I have a sweeper that uses:
def expire_home_cache
puts "expire_home_cache"
…
0
votes
3answers
28 views
video file + fragment shader under Linux
coming from Windows (MSVC++ 2005):
What SDK or alike do you recommend to port an C++ application (DirectShow+Direct3D) to Linux playing video file + using fragment shaders?
Tom
0
votes
2answers
64 views
Make Firefox refresh after changing fragment from an iframe
My code is in an iframe from a different domain, and I want to trigger a page refresh on the parent after changing the fragment of the URL (also of the parent).
It happens on IE, but not on Firefox. …
0
votes
0answers
27 views
How do I surroundContents() around a Document Fragment Node?
I may be asking the impossible, but, how do I surroundContents on a document-fragment node?
My thoughts (which I'd appreciate feedback on), are as follows: Is the solution to close the …
0
votes
2answers
150 views
How do I add my fragment to the list of required-plugins on an existing plugin
Hi,
I currently have an existing plugin, which references a class from a required plugin. I have replaced this code with a reference to a class which is part of my fragment.
I am facing two issues.
…
0
votes
1answer
109 views
Fragment shader rendering to off-screen frame buffer
Hi!
In a Qt based application I want to execute a fragment shader on two textures (both 1000x1000 pixels).
I draw a rectangle and the fragment shader works fine.
But, now I want to renderer the …
1
vote
2answers
311 views
How to calculate gl_FragCoord in glsl
Ok, in my glsl fragment shader I want to be able to calculate the distance of the fragment from a particular line in space.
The result of this is that I am first trying to use a varying vec2 set in …
1
vote
3answers
71 views
How can a URL fragment affect a css layout?
Compare these 3 URLs (look at the top navigation bar in each case):
http://fast.kirkdesigns.co.uk/blog
as above but with the url fragment #navigation
as above but with the url fragment #node-2655
…
0
votes
3answers
444 views
PHP & Hash / Fragment Portion of URL
I am trying to find a way to save the hash portion of a url and as a PHP variable. This idea is a bit kooky, but bear with me...
I'd like to extract the "location" fragment from the following URL …
4
votes
4answers
2k views
Remove fragment in URL with JavaScript w/out causing page reload
Background: I have an HTML page which lets you expand certain content. As only small portions of the page need to be loaded for such an expansion, it's done via JavaScript, and not by directing to a …
4
votes
4answers
402 views
Best way to combine fragment and object caching for memcached and Rails
Lets say you have a fragment of the page which displays the most recent posts, and you expire it in 30 minutes. I'm using Rails here.
<% cache("recent_posts", :expires_in => 30.minutes) do …
0
votes
2answers
690 views
How can an iframe change its parent’s URL fragment (without causing a refresh)?
I'm trying to get a child JavaScript application to update it's parent document.
In essence, this is a very simple problem:
a JavaScript program opens an iframe
in it's own document.
another …
0
votes
2answers
370 views
Redirect/Refresh to fragment identifier
Im using the iUI framework to create a site. If your not familiar with this you have one page made up of divs and you navagate the user between with fragment identifiers.
The problem with this is if …
1
vote
4answers
902 views
plugin.properties mechanism in eclipse RCP
My project includes multiple plugins and every plugin includes the plugin.properties file with near to 20 translations.
The MANIFEST.MF file defines the name of the properties files where the external …
